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

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

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


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

See Also:
Constant Field Values

REFERENCE_NAMES

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

See Also:
Constant Field Values