|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extension
Represents an extension to a data object. An Extension is associated with an Attribute which defines the properties of the Extension. An Extension has a list of ExtensionData which store key-values pairs that represent the extension data.
Method Summary | |
---|---|
String |
getAttributeName()
Return the name of the attribute which defines the properties of this Extension. |
List<ExtensionData> |
getData()
Return the data associated with this Extension. |
String |
getDataValue(String key)
Returns the value of the ExtensionData with the specified key. |
Method Detail |
---|
String getAttributeName()
List<ExtensionData> getData()
String getDataValue(String key)
key
- for data value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |