Class UnknownAttributeValue
java.lang.Object
ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue<Object>
ai.stapi.graph.attribute.attributeValue.UnknownAttributeValue
- All Implemented Interfaces:
AttributeValue<Object>,StringLikeAttributeValue<Object>,Serializable,Comparable<AttributeValue<?>>
public class UnknownAttributeValue
extends AbstractAttributeValue<Object>
implements StringLikeAttributeValue<Object>
- 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
-
UnknownAttributeValue
-
-
Method Details
-
getDataType
- Specified by:
getDataTypein interfaceAttributeValue<Object>
-
toStringValue
- Specified by:
toStringValuein interfaceStringLikeAttributeValue<Object>
-