Interface Attribute
-
public interface AttributeAn attribute object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttributeId()Gets the attribute identifier for this Attribute.java.lang.StringgetDataType()Gets the data type for this Attribute.java.lang.StringgetIssuer()Gets the name of the issuer associated with this Attribute.java.lang.ObjectgetValue()Gets the value of this Attribute.
-
-
-
Method Detail
-
getAttributeId
java.lang.String getAttributeId()
Gets the attribute identifier for this Attribute.- Returns:
- attribute id
-
getDataType
java.lang.String getDataType()
Gets the data type for this Attribute. Valid data types are defined in the AttributeFactory.- Returns:
- the data type URI string
- See Also:
AttributeFactory.DataType
-
getValue
java.lang.Object getValue()
Gets the value of this Attribute.- Returns:
- the value
-
getIssuer
java.lang.String getIssuer()
Gets the name of the issuer associated with this Attribute.- Returns:
- the issuer
-
-