org.eclipse.stp.core.edit.operations
Interface IChangeSCAObjectNameDataModelProperties
- All Superinterfaces:
- org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties, org.eclipse.wst.common.frameworks.datamodel.IDataModelProperties
- All Known Implementing Classes:
- ChangeSCAObjectNameDataModelProvider
public interface IChangeSCAObjectNameDataModelProperties
- extends org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties
- Since:
- 1.0
Field Summary |
static java.lang.String |
EXISTING_SCAOBJECTS
[OPTIONAL] List for Duplicate Check
SCAOBJECT_LIST = List |
static java.lang.String |
NEW_NAME
[REQUIRED] New name of the SCAObject. |
static java.lang.String |
SCAOBJECT
[REQUIRED] SCA_OBJECT whose name is going to be renamed. |
Fields inherited from interface org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties |
EDIT_MODEL_LABEL, PROJECT_NAME, RESULT, SCRIBBLER_DOMAINS |
Fields inherited from interface org.eclipse.wst.common.frameworks.datamodel.IDataModelProperties |
ALLOW_EXTENSIONS, RESTRICT_EXTENSIONS |
SCAOBJECT
static final java.lang.String SCAOBJECT
- [REQUIRED] SCA_OBJECT whose name is going to be renamed.
SCAOBJECT =
SCAObject
- See Also:
- Constant Field Values
NEW_NAME
static final java.lang.String NEW_NAME
- [REQUIRED] New name of the SCAObject.
NEW_NAME =
String
- See Also:
- Constant Field Values
EXISTING_SCAOBJECTS
static final java.lang.String EXISTING_SCAOBJECTS
- [OPTIONAL] List for Duplicate Check
SCAOBJECT_LIST =
List
- See Also:
- Constant Field Values