org.eclipse.stp.core.create.operations
Interface IComponentCreationDataModelProperties

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

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


Field Summary
static java.lang.String COMPOSITE
          [REQUIRED] Property indicating the Container into which the component file will be generated.
static java.lang.String NAME
          [OPTIONAL] Name of the Component.
 
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

NAME

static final java.lang.String NAME
[OPTIONAL] Name of the Component. Type = String Defauted to Component1 or if that name is used then Component2 ...

See Also:
Constant Field Values

COMPOSITE

static final java.lang.String COMPOSITE
[REQUIRED] Property indicating the Container into which the component file will be generated. This container must be a valid IContainer. Type = IContainer

See Also:
Constant Field Values