Package ddf.catalog.data
Interface AttributeType<T extends Serializable>
- Type Parameters:
T- - The class used by values of thisAttributeType
- All Superinterfaces:
Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnumerationused to indicate formats ofAttributes. -
Method Summary
Modifier and TypeMethodDescriptionGet theAttributeType.AttributeFormatused by values of thisAttributeType
-
Method Details
-
getBinding
- Returns:
- the
Classused by values of thisAttributeType
-
getAttributeFormat
AttributeType.AttributeFormat getAttributeFormat()Get theAttributeType.AttributeFormatused by values of thisAttributeType- Returns:
AttributeType.AttributeFormatthe format of thisAttributeType's values
-