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

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

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


Field Summary
static java.lang.String COMPONENT_TYPE
          [REQUIRED] Component who owns this reference/s.
static java.lang.String INTERFACE
          [REQUIRED] String property used to set within the Interface.
static java.lang.String INTERFACE_TYPE
          [REQUIRED] Property to indicate if its a Java Interface or a WSDL interface or other types.
static java.lang.String MULTIPLICITY
          [REQUIRED] multiplicity of reference.
static java.lang.String NAME
          [REQUIRED] Name of the reference to be created.
 
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] Component who owns this reference/s. Type = ComponentType

See Also:
Constant Field Values

NAME

static final java.lang.String NAME
[REQUIRED] Name of the reference to be created. Type = String

See Also:
Constant Field Values

INTERFACE

static final java.lang.String INTERFACE
[REQUIRED] String property used to set within the Interface. This will either be a fully qualified name of the java class for the JavaInterface or QName of the porttype for WSDLPortType interface. Type = String

See Also:
Constant Field Values

INTERFACE_TYPE

static final java.lang.String INTERFACE_TYPE
[REQUIRED] Property to indicate if its a Java Interface or a WSDL interface or other types. Type = JAVA_INTERFACE or WSDL_PORTYPE

See Also:
Constant Field Values

MULTIPLICITY

static final java.lang.String MULTIPLICITY
[REQUIRED] multiplicity of reference. Type = String

See Also:
Constant Field Values