org.eclipse.stp.core.edit.operations
Interface IChangePropertyDataModelProperties

All Superinterfaces:
org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties, org.eclipse.wst.common.frameworks.datamodel.IDataModelProperties
All Known Implementing Classes:
ChangePropertyDataModelProvider

public interface IChangePropertyDataModelProperties
extends org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties

Since:
1.0

Field Summary
static java.lang.String NEW_DEFAULT_VALUE
          [OPTIONAL] Default value of the property.
static java.lang.String NEW_MANY
          [OPTIONAL] isMany Type = Boolean
static java.lang.String NEW_NAME
          [OPTIONAL] Name of the property Type = String
static java.lang.String NEW_REQUIRED
          [OPTIONAL] isRequired Type = Boolean
static java.lang.String NEW_TYPE
          [OPTIONAL] Type of the property.
static java.lang.String PROPERTY
          [REQUIRED] Component who owns this property/s.
 
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
 

Field Detail

PROPERTY

static final java.lang.String PROPERTY
[REQUIRED] Component who owns this property/s. Type = ComponentType

See Also:
Constant Field Values

NEW_DEFAULT_VALUE

static final java.lang.String NEW_DEFAULT_VALUE
[OPTIONAL] Default value of the property. Type = String

See Also:
Constant Field Values

NEW_NAME

static final java.lang.String NEW_NAME
[OPTIONAL] Name of the property Type = String

See Also:
Constant Field Values

NEW_TYPE

static final java.lang.String NEW_TYPE
[OPTIONAL] Type of the property. Use XMLTypeUtil to construct it. Type = org.eclipse.emf.ecore.xml.type.internal.QName

See Also:
Constant Field Values

NEW_MANY

static final java.lang.String NEW_MANY
[OPTIONAL] isMany Type = Boolean

See Also:
Constant Field Values

NEW_REQUIRED

static final java.lang.String NEW_REQUIRED
[OPTIONAL] isRequired Type = Boolean

See Also:
Constant Field Values