Interface AttributeType<T>
-
- All Known Implementing Classes:
StaticAttributeType
public interface AttributeType<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TattributeValueToObject(AttributeValue attributeValue)AttributeValueTypeattributeValueType()AttributeValueobjectToAttributeValue(T object)
-
-
-
Method Detail
-
objectToAttributeValue
AttributeValue objectToAttributeValue(T object)
-
attributeValueToObject
T attributeValueToObject(AttributeValue attributeValue)
-
attributeValueType
AttributeValueType attributeValueType()
-
-