Package net.opengis.wcs10.impl
Class ValueEnumTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- ValueEnumBaseTypeImpl
- 
- ValueEnumTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- ValueEnumBaseType,- ValueEnumType,- Notifier,- EObject,- InternalEObject
 - Direct Known Subclasses:
- ValuesTypeImpl
 
 public class ValueEnumTypeImpl extends ValueEnumBaseTypeImpl implements ValueEnumType 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected StringsemanticThe cached value of the 'Semantic' attribute.protected static StringSEMANTIC_EDEFAULTThe default value of the 'Semantic' attribute.protected StringtypeThe cached value of the 'Type' attribute.protected static StringTYPE_EDEFAULTThe default value of the 'Type' attribute.- 
Fields inherited from class ValueEnumBaseTypeImplgroup
 - 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedValueEnumTypeImpl()
 - 
Method SummaryAll 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)StringgetSemantic()StringgetType()voidsetSemantic(String newSemantic)voidsetType(String newType)StringtoString()- 
Methods inherited from class ValueEnumBaseTypeImpleInverseRemove, getGroup, getInterval, getSingleValue
 - 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface ValueEnumBaseTypegetGroup, getInterval, getSingleValue
 
- 
 
- 
- 
- 
Field Detail- 
SEMANTIC_EDEFAULTprotected static final String SEMANTIC_EDEFAULT The default value of the 'Semantic' attribute.- See Also:
- getSemantic()
 
 - 
semanticprotected String semantic The cached value of the 'Semantic' attribute.- See Also:
- getSemantic()
 
 - 
TYPE_EDEFAULTprotected static final String TYPE_EDEFAULT The default value of the 'Type' attribute.- See Also:
- getType()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- ValueEnumBaseTypeImpl
 
 - 
getSemanticpublic String getSemantic() - Specified by:
- getSemanticin interface- ValueEnumType
- Returns:
- the value of the 'Semantic' attribute.
- See Also:
- ValueEnumType.setSemantic(String),- Wcs10Package.getValueEnumType_Semantic()
 
 - 
setSemanticpublic void setSemantic(String newSemantic) - Specified by:
- setSemanticin interface- ValueEnumType
- Parameters:
- newSemantic- the new value of the 'Semantic' attribute.
- See Also:
- ValueEnumType.getSemantic()
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- ValueEnumType
- Returns:
- the value of the 'Type' attribute.
- See Also:
- ValueEnumType.setType(String),- Wcs10Package.getValueEnumType_Type()
 
 - 
setTypepublic void setType(String newType) - Specified by:
- setTypein interface- ValueEnumType
- Parameters:
- newType- the new value of the 'Type' attribute.
- See Also:
- ValueEnumType.getType()
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- ValueEnumBaseTypeImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- ValueEnumBaseTypeImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- ValueEnumBaseTypeImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- ValueEnumBaseTypeImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ValueEnumBaseTypeImpl
 
 
- 
 
-