Package net.opengis.wps20.impl
Class Wps20FactoryImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- EModelElementImpl
-
- EFactoryImpl
-
- Wps20FactoryImpl
-
- All Implemented Interfaces:
Wps20Factory,Notifier,EFactory,EModelElement,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,BinaryResourceImpl.DataConverter.Factory
public class Wps20FactoryImpl extends EFactoryImpl implements Wps20Factory
An implementation of the model Factory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
-
Fields inherited from class EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
-
Fields inherited from class BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface Wps20Factory
eINSTANCE
-
-
Constructor Summary
Constructors Constructor Description Wps20FactoryImpl()Creates an instance of the factory.
-
Method Summary
-
Methods inherited from class EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split
-
Methods inherited from class EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
-
Methods inherited from class MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
init
public static Wps20Factory init()
Creates the default factory implementation.
-
create
public EObject create(EClass eClass)
- Specified by:
createin interfaceEFactory- Overrides:
createin classEFactoryImpl
-
createFromString
public Object createFromString(EDataType eDataType, String initialValue)
- Specified by:
createFromStringin interfaceEFactory- Overrides:
createFromStringin classEFactoryImpl
-
convertToString
public String convertToString(EDataType eDataType, Object instanceValue)
- Specified by:
convertToStringin interfaceEFactory- Overrides:
convertToStringin classEFactoryImpl
-
createBodyReferenceType
public BodyReferenceType createBodyReferenceType()
- Specified by:
createBodyReferenceTypein interfaceWps20Factory- Returns:
- a new object of class 'Body Reference Type'.
-
createBoundingBoxDataType
public BoundingBoxDataType createBoundingBoxDataType()
- Specified by:
createBoundingBoxDataTypein interfaceWps20Factory- Returns:
- a new object of class 'Bounding Box Data Type'.
-
createComplexDataType
public ComplexDataType createComplexDataType()
- Specified by:
createComplexDataTypein interfaceWps20Factory- Returns:
- a new object of class 'Complex Data Type'.
-
createContentsType
public ContentsType createContentsType()
- Specified by:
createContentsTypein interfaceWps20Factory- Returns:
- a new object of class 'Contents Type'.
-
createDataInputType
public DataInputType createDataInputType()
- Specified by:
createDataInputTypein interfaceWps20Factory- Returns:
- a new object of class 'Data Input Type'.
-
createDataOutputType
public DataOutputType createDataOutputType()
- Specified by:
createDataOutputTypein interfaceWps20Factory- Returns:
- a new object of class 'Data Output Type'.
-
createDataType
public DataType createDataType()
- Specified by:
createDataTypein interfaceWps20Factory- Returns:
- a new object of class 'Data Type'.
-
createDescribeProcessType
public DescribeProcessType createDescribeProcessType()
- Specified by:
createDescribeProcessTypein interfaceWps20Factory- Returns:
- a new object of class 'Describe Process Type'.
-
createDescriptionType
public DescriptionType createDescriptionType()
- Specified by:
createDescriptionTypein interfaceWps20Factory- Returns:
- a new object of class 'Description Type'.
-
createDismissType
public DismissType createDismissType()
- Specified by:
createDismissTypein interfaceWps20Factory- Returns:
- a new object of class 'Dismiss Type'.
-
createDocumentRoot
public DocumentRoot createDocumentRoot()
- Specified by:
createDocumentRootin interfaceWps20Factory- Returns:
- a new object of class 'Document Root'.
-
createExecuteRequestType
public ExecuteRequestType createExecuteRequestType()
- Specified by:
createExecuteRequestTypein interfaceWps20Factory- Returns:
- a new object of class 'Execute Request Type'.
-
createExtensionType
public ExtensionType createExtensionType()
- Specified by:
createExtensionTypein interfaceWps20Factory- Returns:
- a new object of class 'Extension Type'.
-
createFormatType
public FormatType createFormatType()
- Specified by:
createFormatTypein interfaceWps20Factory- Returns:
- a new object of class 'Format Type'.
-
createGenericInputType
public GenericInputType createGenericInputType()
- Specified by:
createGenericInputTypein interfaceWps20Factory- Returns:
- a new object of class 'Generic Input Type'.
-
createGenericOutputType
public GenericOutputType createGenericOutputType()
- Specified by:
createGenericOutputTypein interfaceWps20Factory- Returns:
- a new object of class 'Generic Output Type'.
-
createGenericProcessType
public GenericProcessType createGenericProcessType()
- Specified by:
createGenericProcessTypein interfaceWps20Factory- Returns:
- a new object of class 'Generic Process Type'.
-
createGetCapabilitiesType
public GetCapabilitiesType createGetCapabilitiesType()
- Specified by:
createGetCapabilitiesTypein interfaceWps20Factory- Returns:
- a new object of class 'Get Capabilities Type'.
-
createGetResultType
public GetResultType createGetResultType()
- Specified by:
createGetResultTypein interfaceWps20Factory- Returns:
- a new object of class 'Get Result Type'.
-
createGetStatusType
public GetStatusType createGetStatusType()
- Specified by:
createGetStatusTypein interfaceWps20Factory- Returns:
- a new object of class 'Get Status Type'.
-
createInputDescriptionType
public InputDescriptionType createInputDescriptionType()
- Specified by:
createInputDescriptionTypein interfaceWps20Factory- Returns:
- a new object of class 'Input Description Type'.
-
createLiteralDataDomainType
public LiteralDataDomainType createLiteralDataDomainType()
- Specified by:
createLiteralDataDomainTypein interfaceWps20Factory- Returns:
- a new object of class 'Literal Data Domain Type'.
-
createLiteralDataDomainType1
public LiteralDataDomainType1 createLiteralDataDomainType1()
- Specified by:
createLiteralDataDomainType1in interfaceWps20Factory- Returns:
- a new object of class 'Literal Data Domain Type1'.
-
createLiteralDataType
public LiteralDataType createLiteralDataType()
- Specified by:
createLiteralDataTypein interfaceWps20Factory- Returns:
- a new object of class 'Literal Data Type'.
-
createLiteralValueType
public LiteralValueType createLiteralValueType()
- Specified by:
createLiteralValueTypein interfaceWps20Factory- Returns:
- a new object of class 'Literal Value Type'.
-
createOutputDefinitionType
public OutputDefinitionType createOutputDefinitionType()
- Specified by:
createOutputDefinitionTypein interfaceWps20Factory- Returns:
- a new object of class 'Output Definition Type'.
-
createOutputDescriptionType
public OutputDescriptionType createOutputDescriptionType()
- Specified by:
createOutputDescriptionTypein interfaceWps20Factory- Returns:
- a new object of class 'Output Description Type'.
-
createProcessDescriptionType
public ProcessDescriptionType createProcessDescriptionType()
- Specified by:
createProcessDescriptionTypein interfaceWps20Factory- Returns:
- a new object of class 'Process Description Type'.
-
createProcessOfferingsType
public ProcessOfferingsType createProcessOfferingsType()
- Specified by:
createProcessOfferingsTypein interfaceWps20Factory- Returns:
- a new object of class 'Process Offerings Type'.
-
createProcessOfferingType
public ProcessOfferingType createProcessOfferingType()
- Specified by:
createProcessOfferingTypein interfaceWps20Factory- Returns:
- a new object of class 'Process Offering Type'.
-
createProcessSummaryType
public ProcessSummaryType createProcessSummaryType()
- Specified by:
createProcessSummaryTypein interfaceWps20Factory- Returns:
- a new object of class 'Process Summary Type'.
-
createReferenceType
public ReferenceType createReferenceType()
- Specified by:
createReferenceTypein interfaceWps20Factory- Returns:
- a new object of class 'Reference Type'.
-
createResultType
public ResultType createResultType()
- Specified by:
createResultTypein interfaceWps20Factory- Returns:
- a new object of class 'Result Type'.
-
createStatusInfoType
public StatusInfoType createStatusInfoType()
- Specified by:
createStatusInfoTypein interfaceWps20Factory- Returns:
- a new object of class 'Status Info Type'.
-
createSupportedCRSType
public SupportedCRSType createSupportedCRSType()
- Specified by:
createSupportedCRSTypein interfaceWps20Factory- Returns:
- a new object of class 'Supported CRS Type'.
-
createWPSCapabilitiesType
public WPSCapabilitiesType createWPSCapabilitiesType()
- Specified by:
createWPSCapabilitiesTypein interfaceWps20Factory- Returns:
- a new object of class 'WPS Capabilities Type'.
-
createDataTransmissionModeTypeFromString
public DataTransmissionModeType createDataTransmissionModeTypeFromString(EDataType eDataType, String initialValue)
-
convertDataTransmissionModeTypeToString
public String convertDataTransmissionModeTypeToString(EDataType eDataType, Object instanceValue)
-
createJobControlOptionsTypeMember0FromString
public JobControlOptionsTypeMember0 createJobControlOptionsTypeMember0FromString(EDataType eDataType, String initialValue)
-
convertJobControlOptionsTypeMember0ToString
public String convertJobControlOptionsTypeMember0ToString(EDataType eDataType, Object instanceValue)
-
createModeTypeFromString
public ModeType createModeTypeFromString(EDataType eDataType, String initialValue)
-
convertModeTypeToString
public String convertModeTypeToString(EDataType eDataType, Object instanceValue)
-
createResponseTypeFromString
public ResponseType createResponseTypeFromString(EDataType eDataType, String initialValue)
-
convertResponseTypeToString
public String convertResponseTypeToString(EDataType eDataType, Object instanceValue)
-
createStatusTypeMember0FromString
public StatusTypeMember0 createStatusTypeMember0FromString(EDataType eDataType, String initialValue)
-
convertStatusTypeMember0ToString
public String convertStatusTypeMember0ToString(EDataType eDataType, Object instanceValue)
-
createDataTransmissionModeTypeObjectFromString
public DataTransmissionModeType createDataTransmissionModeTypeObjectFromString(EDataType eDataType, String initialValue)
-
convertDataTransmissionModeTypeObjectToString
public String convertDataTransmissionModeTypeObjectToString(EDataType eDataType, Object instanceValue)
-
createJobControlOptionsTypeFromString
public Object createJobControlOptionsTypeFromString(EDataType eDataType, String initialValue)
-
convertJobControlOptionsTypeToString
public String convertJobControlOptionsTypeToString(EDataType eDataType, Object instanceValue)
-
createJobControlOptionsType1FromString
public List<Object> createJobControlOptionsType1FromString(EDataType eDataType, String initialValue)
-
convertJobControlOptionsType1ToString
public String convertJobControlOptionsType1ToString(EDataType eDataType, Object instanceValue)
-
createJobControlOptionsTypeMember0ObjectFromString
public JobControlOptionsTypeMember0 createJobControlOptionsTypeMember0ObjectFromString(EDataType eDataType, String initialValue)
-
convertJobControlOptionsTypeMember0ObjectToString
public String convertJobControlOptionsTypeMember0ObjectToString(EDataType eDataType, Object instanceValue)
-
createJobControlOptionsTypeMember1FromString
public String createJobControlOptionsTypeMember1FromString(EDataType eDataType, String initialValue)
-
convertJobControlOptionsTypeMember1ToString
public String convertJobControlOptionsTypeMember1ToString(EDataType eDataType, Object instanceValue)
-
createModeTypeObjectFromString
public ModeType createModeTypeObjectFromString(EDataType eDataType, String initialValue)
-
convertModeTypeObjectToString
public String convertModeTypeObjectToString(EDataType eDataType, Object instanceValue)
-
createOutputTransmissionTypeFromString
public List<DataTransmissionModeType> createOutputTransmissionTypeFromString(EDataType eDataType, String initialValue)
-
convertOutputTransmissionTypeToString
public String convertOutputTransmissionTypeToString(EDataType eDataType, Object instanceValue)
-
createPercentCompletedTypeFromString
public BigInteger createPercentCompletedTypeFromString(EDataType eDataType, String initialValue)
-
convertPercentCompletedTypeToString
public String convertPercentCompletedTypeToString(EDataType eDataType, Object instanceValue)
-
createResponseTypeObjectFromString
public ResponseType createResponseTypeObjectFromString(EDataType eDataType, String initialValue)
-
convertResponseTypeObjectToString
public String convertResponseTypeObjectToString(EDataType eDataType, Object instanceValue)
-
createStatusTypeFromString
public Object createStatusTypeFromString(EDataType eDataType, String initialValue)
-
convertStatusTypeToString
public String convertStatusTypeToString(EDataType eDataType, Object instanceValue)
-
createStatusTypeMember0ObjectFromString
public StatusTypeMember0 createStatusTypeMember0ObjectFromString(EDataType eDataType, String initialValue)
-
convertStatusTypeMember0ObjectToString
public String convertStatusTypeMember0ObjectToString(EDataType eDataType, Object instanceValue)
-
createStatusTypeMember1FromString
public String createStatusTypeMember1FromString(EDataType eDataType, String initialValue)
-
convertStatusTypeMember1ToString
public String convertStatusTypeMember1ToString(EDataType eDataType, Object instanceValue)
-
getWps20Package
public Wps20Package getWps20Package()
- Specified by:
getWps20Packagein interfaceWps20Factory- Returns:
- the package supported by this factory.
-
getPackage
@Deprecated public static Wps20Package getPackage()
Deprecated.
-
-