Package net.opengis.wps20.impl
Class DataTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- AnyTypeImpl
-
- DataTypeImpl
-
-
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 Modifier and Type Field Description protected StringencodingThe cached value of the 'Encoding' attribute.protected static StringENCODING_EDEFAULTThe default value of the 'Encoding' attribute.protected static StringMIME_TYPE_EDEFAULTThe default value of the 'Mime Type' attribute.protected StringmimeTypeThe cached value of the 'Mime Type' attribute.protected StringschemaThe cached value of the 'Schema' attribute.protected static StringSCHEMA_EDEFAULTThe default value of the 'Schema' attribute.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)StringgetEncoding()StringgetMimeType()StringgetSchema()voidsetEncoding(String newEncoding)voidsetMimeType(String newMimeType)voidsetSchema(String newSchema)StringtoString()-
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, eSetDirectResource, 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, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ENCODING_EDEFAULT
protected static final String ENCODING_EDEFAULT
The default value of the 'Encoding' attribute.- See Also:
getEncoding()
-
encoding
protected String encoding
The cached value of the 'Encoding' attribute.- See Also:
getEncoding()
-
MIME_TYPE_EDEFAULT
protected static final String MIME_TYPE_EDEFAULT
The default value of the 'Mime Type' attribute.- See Also:
getMimeType()
-
mimeType
protected String mimeType
The cached value of the 'Mime Type' attribute.- See Also:
getMimeType()
-
SCHEMA_EDEFAULT
protected static final String SCHEMA_EDEFAULT
The default value of the 'Schema' attribute.- See Also:
getSchema()
-
schema
protected String schema
The cached value of the 'Schema' attribute.- See Also:
getSchema()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classAnyTypeImpl
-
getEncoding
public String getEncoding()
- Specified by:
getEncodingin interfaceDataType- Returns:
- the value of the 'Encoding' attribute.
- See Also:
DataType.setEncoding(String),Wps20Package.getDataType_Encoding()
-
setEncoding
public void setEncoding(String newEncoding)
- Specified by:
setEncodingin interfaceDataType- Parameters:
newEncoding- the new value of the 'Encoding' attribute.- See Also:
DataType.getEncoding()
-
getMimeType
public String getMimeType()
- Specified by:
getMimeTypein interfaceDataType- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
DataType.setMimeType(String),Wps20Package.getDataType_MimeType()
-
setMimeType
public void setMimeType(String newMimeType)
- Specified by:
setMimeTypein interfaceDataType- Parameters:
newMimeType- the new value of the 'Mime Type' attribute.- See Also:
DataType.getMimeType()
-
getSchema
public String getSchema()
- Specified by:
getSchemain interfaceDataType- Returns:
- the value of the 'Schema' attribute.
- See Also:
DataType.setSchema(String),Wps20Package.getDataType_Schema()
-
setSchema
public void setSchema(String newSchema)
- Specified by:
setSchemain interfaceDataType- Parameters:
newSchema- the new value of the 'Schema' attribute.- See Also:
DataType.getSchema()
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classAnyTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classAnyTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classAnyTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classAnyTypeImpl
-
toString
public String toString()
- Overrides:
toStringin classAnyTypeImpl
-
-