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

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

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


Field Summary
static java.lang.String COMPONENT_TYPE
          [REQUIRED] ComponentType who owns this service.
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 NAME
          [REQUIRED] Name of the service 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] ComponentType who owns this service. Type = ComponentType

See Also:
Constant Field Values

NAME

static final java.lang.String NAME
[REQUIRED] Name of the service 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 = org.eclipse.stp.core.util.SCAConstants.JAVA_INTERFACE or org.eclipse.stp.core.util.SCAConstants.WSDL_PORTYPE

See Also:
Constant Field Values