public interface Attribute extends Serializable
AttributeType.AttributeType| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this
Attribute. |
Serializable |
getValue()
The value of this
Attribute. |
List<Serializable> |
getValues()
|
Serializable getValue()
Attribute.
If this Attribute is multivalued ( AttributeDescriptor.isMultiValued()
==true), this method must return the first, if any, value as an instance of the Class
identified in the associated AttributeDescriptor#getClass() method.
Serializable - the value of this AttributeThis work is licensed under a Creative Commons Attribution 4.0 International License.