Class InstantAttributeValue
java.lang.Object
ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue<Instant>
ai.stapi.graph.attribute.attributeValue.InstantAttributeValue
- All Implemented Interfaces:
AttributeValue<Instant>,StringLikeAttributeValue<Instant>,Serializable,Comparable<AttributeValue<?>>
public class InstantAttributeValue
extends AbstractAttributeValue<Instant>
implements StringLikeAttributeValue<Instant>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue
equals, getValue, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graph.attribute.attributeValue.AttributeValue
getValueMethods inherited from interface ai.stapi.graph.attribute.attributeValue.StringLikeAttributeValue
compareTo
-
Field Details
-
SERIALIZATION_TYPE
- See Also:
-
-
Constructor Details
-
InstantAttributeValue
-
-
Method Details
-
getDataType
- Specified by:
getDataTypein interfaceAttributeValue<Instant>
-
toStringValue
- Specified by:
toStringValuein interfaceStringLikeAttributeValue<Instant>
-