|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Operation
Represents an operation that may be performed on a mutable MetadataObject. This operation is carried out by taking pre-defined actions on the object. These actions are defined by and accessed through an ObjectWizardStep.
Method Summary | |
---|---|
String |
getDisplayName()
Gets the "displayName" attribute. |
OperationType |
getOperationType()
Gets the operation type. |
Method Detail |
---|
OperationType getOperationType()
null
must never be returned.OperationType
String getDisplayName()
null
.
This is a locale specific object that must be separated to a ResourceBundle, translated, and retrieved using the locale of the tool environment.
null
must never be returned.ResourceBundle
,
MessageFormat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |