org.eclipse.stp.core.delete.operations
Interface IDeletePropertyDataModelProperties

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

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


Field Summary
static java.lang.String COMPONENT_TYPE
          [REQUIRED] ComponentType who owns this property/s which are to be deleted.
static java.lang.String PROPERTY_NAMES
          [REQUIRED] Array of property names to be deleted.
 
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

COMPONENT_TYPE

static final java.lang.String COMPONENT_TYPE
[REQUIRED] ComponentType who owns this property/s which are to be deleted. Type = ComponentType

See Also:
Constant Field Values

PROPERTY_NAMES

static final java.lang.String PROPERTY_NAMES
[REQUIRED] Array of property names to be deleted. The value basically tells which Property to be deleted. If no Property with the given name is found nothing will happen. Type = []

See Also:
Constant Field Values