Package ddf.catalog.data
Interface Attribute
- All Superinterfaces:
Serializable
An instance of an
AttributeType.- See Also:
-
Method Summary
-
Method Details
-
getName
String getName()The name of thisAttribute. -
getValue
Serializable getValue()The value of thisAttribute.If this
Attributeis multivalued (AttributeDescriptor.isMultiValued()==true), this method must return the first, if any, value as an instance of the Class identified in the associatedmethod.invalid reference
AttributeDescriptor#getClass()- Returns:
Serializable- the value of thisAttribute
-
getValues
List<Serializable> getValues()
-