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

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

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


Field Summary
static java.lang.String CONTAINER
          [OPTIONAL] Property indicating the Container into which the composite file will be generated.
static java.lang.String NAME
          [OPTIONAL] Name of the Composite.
 
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 Composite. If not specified default value will be used. Default value is set to PROJECT_NAME Type = String Defaulted to the name of the Project

See Also:
Constant Field Values

CONTAINER

static final java.lang.String CONTAINER
[OPTIONAL] Property indicating the Container into which the composite file will be generated. This container must be a valid IContainer. Type = IContainer Defaulted to the Project

See Also:
Constant Field Values