|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataCommon
An interface for attributes common to all primary metadata objects. (name, backing object, labels, etc...)
Method Summary | |
---|---|
String |
getBackingObjectName()
Provider specific name of the persistent storage behind this object type. |
String |
getDescription()
A longer description of the object. |
String |
getLabel()
The user displayed name of the object. |
MetadataMergeAction |
getMergeAction()
MetadataMergeAction which determines how to handle the embedding of this object when multiple metadata
providers are in use. |
String |
getName()
The name of the object as known to the system. |
String |
getShortLabel()
A shorter version of the user displayed name of the object. |
String |
getSummary()
An even longer description of the object? |
Object |
getUniqueKeyForMerging()
An object representing the object for purposes of merging. |
boolean |
isReadOnly()
Whether this metadata object should be considered read-only by calling code. |
Method Detail |
---|
MetadataMergeAction getMergeAction()
MetadataMergeAction
which determines how to handle the embedding of this object when multiple metadata
providers are in use.
MetadataMergeAction
Object getUniqueKeyForMerging()
String getBackingObjectName()
String getName()
String getLabel()
String getShortLabel()
String getDescription()
String getSummary()
boolean isReadOnly()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |