commonj.connector.metadata.discovery.mutable
Interface Operation


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.

Since:
1.0

Method Summary
 String getDisplayName()
          Gets the "displayName" attribute.
 OperationType getOperationType()
          Gets the operation type.
 

Method Detail

getOperationType

OperationType getOperationType()
Gets the operation type.

Returns:
OperationType Returns the operation type. null must never be returned.
See Also:
OperationType

getDisplayName

String getDisplayName()
Gets the "displayName" attribute. This should never return null.

This is a locale specific object that must be separated to a ResourceBundle, translated, and retrieved using the locale of the tool environment.

Returns:
String Returns the display name. null must never be returned.
See Also:
ResourceBundle, MessageFormat