|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
U - Underlying object class.X - Export object class.public interface ExportObject<U,X>
Base interface for exported objects with templates: U = underlying object class, X = export object class.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description for this export object (if any). |
ExportGeneralMetadata |
getExportMetadata()
|
ExportObjectFactoryInterface<U,X> |
getExportObjectFactory()
|
java.lang.String |
getID()
Returns the Model ID if this is a business model item or the physical resource name is a business model resource. |
java.lang.String |
getLabel()
Returns the label for this export object. |
U |
getUnderlyingObject()
Returns the underlying object. |
java.lang.String |
getUniqueExportName()
Uniquely identifies this exported object within the scope of the exported metadata. |
| Method Detail |
|---|
java.lang.String getUniqueExportName()
throws MetadataException
MetadataException
java.lang.String getID()
throws MetadataException
MetadataExceptionjava.lang.String getLabel()
getLabel in interface NamedObjectInterfacejava.lang.String getDescription()
getDescription in interface NamedObjectInterfaceU getUnderlyingObject()
ExportObjectFactoryInterface<U,X> getExportObjectFactory()
MetadataExceptionExportGeneralMetadata getExportMetadata()
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||