Class AbstractAttributeValue<T>
java.lang.Object
ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue<T>
- All Implemented Interfaces:
AttributeValue<T>,Serializable,Comparable<AttributeValue<?>>
- Direct Known Subclasses:
Base64BinaryAttributeValue,BooleanAttributeValue,DateAttributeValue,DateTimeAttributeValue,DecimalAttributeValue,InstantAttributeValue,IntegerAttributeValue,StringAttributeValue,TimeAttributeValue,UnknownAttributeValue,UriAttributeValue,XhtmlAttributeValue
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graph.attribute.attributeValue.AttributeValue
getDataTypeMethods inherited from interface java.lang.Comparable
compareTo