Package net.opengis.gml311.impl
Class ParameterValueTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- MinimalEObjectImpl
- 
- MinimalEObjectImpl.Container
- 
- AbstractGeneralParameterValueTypeImpl
- 
- ParameterValueTypeImpl
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- AbstractGeneralParameterValueType,- ParameterValueType,- Notifier,- EObject,- EStructuralFeature.Internal.DynamicValueHolder,- InternalEObject
 
 public class ParameterValueTypeImpl extends AbstractGeneralParameterValueTypeImpl implements ParameterValueType An implementation of the model object 'Parameter Value Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class MinimalEObjectImpl.ContainerMinimalEObjectImpl.Container.Dynamic
 - 
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 static booleanBOOLEAN_VALUE_EDEFAULTThe default value of the 'Boolean Value' attribute.protected booleanbooleanValueThe cached value of the 'Boolean Value' attribute.protected booleanbooleanValueESetThis is true if the Boolean Value attribute has been set.protected DMSAngleTypedmsAngleValueThe cached value of the 'Dms Angle Value' containment reference.protected static BigIntegerINTEGER_VALUE_EDEFAULTThe default value of the 'Integer Value' attribute.protected static List<BigInteger>INTEGER_VALUE_LIST_EDEFAULTThe default value of the 'Integer Value List' attribute.protected BigIntegerintegerValueThe cached value of the 'Integer Value' attribute.protected List<BigInteger>integerValueListThe cached value of the 'Integer Value List' attribute.protected static StringSTRING_VALUE_EDEFAULTThe default value of the 'String Value' attribute.protected StringstringValueThe cached value of the 'String Value' attribute.protected MeasureTypevalueThe cached value of the 'Value' containment reference.protected static StringVALUE_FILE_EDEFAULTThe default value of the 'Value File' attribute.protected StringvalueFileThe cached value of the 'Value File' attribute.protected MeasureListTypevalueListThe cached value of the 'Value List' containment reference.protected OperationParameterRefTypevalueOfParameterThe cached value of the 'Value Of Parameter' containment reference.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedParameterValueTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetDmsAngleValue(DMSAngleType newDmsAngleValue, NotificationChain msgs)NotificationChainbasicSetValue(MeasureType newValue, NotificationChain msgs)NotificationChainbasicSetValueList(MeasureListType newValueList, NotificationChain msgs)NotificationChainbasicSetValueOfParameter(OperationParameterRefType newValueOfParameter, NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)DMSAngleTypegetDmsAngleValue()BigIntegergetIntegerValue()List<BigInteger>getIntegerValueList()StringgetStringValue()MeasureTypegetValue()StringgetValueFile()MeasureListTypegetValueList()OperationParameterRefTypegetValueOfParameter()booleanisBooleanValue()booleanisSetBooleanValue()voidsetBooleanValue(boolean newBooleanValue)voidsetDmsAngleValue(DMSAngleType newDmsAngleValue)voidsetIntegerValue(BigInteger newIntegerValue)voidsetIntegerValueList(List<BigInteger> newIntegerValueList)voidsetStringValue(String newStringValue)voidsetValue(MeasureType newValue)voidsetValueFile(String newValueFile)voidsetValueList(MeasureListType newValueList)voidsetValueOfParameter(OperationParameterRefType newValueOfParameter)StringtoString()voidunsetBooleanValue()- 
Methods inherited from class MinimalEObjectImpldynamicGet, 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 BasicEObjectImpleAddVirtualValue, 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 Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
valueprotected MeasureType value The cached value of the 'Value' containment reference.- See Also:
- getValue()
 
 - 
dmsAngleValueprotected DMSAngleType dmsAngleValue The cached value of the 'Dms Angle Value' containment reference.- See Also:
- getDmsAngleValue()
 
 - 
STRING_VALUE_EDEFAULTprotected static final String STRING_VALUE_EDEFAULT The default value of the 'String Value' attribute.- See Also:
- getStringValue()
 
 - 
stringValueprotected String stringValue The cached value of the 'String Value' attribute.- See Also:
- getStringValue()
 
 - 
INTEGER_VALUE_EDEFAULTprotected static final BigInteger INTEGER_VALUE_EDEFAULT The default value of the 'Integer Value' attribute.- See Also:
- getIntegerValue()
 
 - 
integerValueprotected BigInteger integerValue The cached value of the 'Integer Value' attribute.- See Also:
- getIntegerValue()
 
 - 
BOOLEAN_VALUE_EDEFAULTprotected static final boolean BOOLEAN_VALUE_EDEFAULT The default value of the 'Boolean Value' attribute.- See Also:
- isBooleanValue(), Constant Field Values
 
 - 
booleanValueprotected boolean booleanValue The cached value of the 'Boolean Value' attribute.- See Also:
- isBooleanValue()
 
 - 
booleanValueESetprotected boolean booleanValueESet This is true if the Boolean Value attribute has been set.
 - 
valueListprotected MeasureListType valueList The cached value of the 'Value List' containment reference.- See Also:
- getValueList()
 
 - 
INTEGER_VALUE_LIST_EDEFAULTprotected static final List<BigInteger> INTEGER_VALUE_LIST_EDEFAULT The default value of the 'Integer Value List' attribute.- See Also:
- getIntegerValueList()
 
 - 
integerValueListprotected List<BigInteger> integerValueList The cached value of the 'Integer Value List' attribute.- See Also:
- getIntegerValueList()
 
 - 
VALUE_FILE_EDEFAULTprotected static final String VALUE_FILE_EDEFAULT The default value of the 'Value File' attribute.- See Also:
- getValueFile()
 
 - 
valueFileprotected String valueFile The cached value of the 'Value File' attribute.- See Also:
- getValueFile()
 
 - 
valueOfParameterprotected OperationParameterRefType valueOfParameter The cached value of the 'Value Of Parameter' containment reference.- See Also:
- getValueOfParameter()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- AbstractGeneralParameterValueTypeImpl
 
 - 
getValuepublic MeasureType getValue() - Specified by:
- getValuein interface- ParameterValueType
- Returns:
- the value of the 'Value' containment reference.
- See Also:
- ParameterValueType.setValue(MeasureType),- Gml311Package.getParameterValueType_Value()
 
 - 
basicSetValuepublic NotificationChain basicSetValue(MeasureType newValue, NotificationChain msgs) 
 - 
setValuepublic void setValue(MeasureType newValue) - Specified by:
- setValuein interface- ParameterValueType
- Parameters:
- newValue- the new value of the 'Value' containment reference.
- See Also:
- ParameterValueType.getValue()
 
 - 
getDmsAngleValuepublic DMSAngleType getDmsAngleValue() - Specified by:
- getDmsAngleValuein interface- ParameterValueType
- Returns:
- the value of the 'Dms Angle Value' containment reference.
- See Also:
- ParameterValueType.setDmsAngleValue(DMSAngleType),- Gml311Package.getParameterValueType_DmsAngleValue()
 
 - 
basicSetDmsAngleValuepublic NotificationChain basicSetDmsAngleValue(DMSAngleType newDmsAngleValue, NotificationChain msgs) 
 - 
setDmsAngleValuepublic void setDmsAngleValue(DMSAngleType newDmsAngleValue) - Specified by:
- setDmsAngleValuein interface- ParameterValueType
- Parameters:
- newDmsAngleValue- the new value of the 'Dms Angle Value' containment reference.
- See Also:
- ParameterValueType.getDmsAngleValue()
 
 - 
getStringValuepublic String getStringValue() - Specified by:
- getStringValuein interface- ParameterValueType
- Returns:
- the value of the 'String Value' attribute.
- See Also:
- ParameterValueType.setStringValue(String),- Gml311Package.getParameterValueType_StringValue()
 
 - 
setStringValuepublic void setStringValue(String newStringValue) - Specified by:
- setStringValuein interface- ParameterValueType
- Parameters:
- newStringValue- the new value of the 'String Value' attribute.
- See Also:
- ParameterValueType.getStringValue()
 
 - 
getIntegerValuepublic BigInteger getIntegerValue() - Specified by:
- getIntegerValuein interface- ParameterValueType
- Returns:
- the value of the 'Integer Value' attribute.
- See Also:
- ParameterValueType.setIntegerValue(BigInteger),- Gml311Package.getParameterValueType_IntegerValue()
 
 - 
setIntegerValuepublic void setIntegerValue(BigInteger newIntegerValue) - Specified by:
- setIntegerValuein interface- ParameterValueType
- Parameters:
- newIntegerValue- the new value of the 'Integer Value' attribute.
- See Also:
- ParameterValueType.getIntegerValue()
 
 - 
isBooleanValuepublic boolean isBooleanValue() - Specified by:
- isBooleanValuein interface- ParameterValueType
- Returns:
- the value of the 'Boolean Value' attribute.
- See Also:
- ParameterValueType.isSetBooleanValue(),- ParameterValueType.unsetBooleanValue(),- ParameterValueType.setBooleanValue(boolean),- Gml311Package.getParameterValueType_BooleanValue()
 
 - 
setBooleanValuepublic void setBooleanValue(boolean newBooleanValue) - Specified by:
- setBooleanValuein interface- ParameterValueType
- Parameters:
- newBooleanValue- the new value of the 'Boolean Value' attribute.
- See Also:
- ParameterValueType.isSetBooleanValue(),- ParameterValueType.unsetBooleanValue(),- ParameterValueType.isBooleanValue()
 
 - 
unsetBooleanValuepublic void unsetBooleanValue() - Specified by:
- unsetBooleanValuein interface- ParameterValueType
- See Also:
- ParameterValueType.isSetBooleanValue(),- ParameterValueType.isBooleanValue(),- ParameterValueType.setBooleanValue(boolean)
 
 - 
isSetBooleanValuepublic boolean isSetBooleanValue() - Specified by:
- isSetBooleanValuein interface- ParameterValueType
- Returns:
- whether the value of the 'Boolean Value' attribute is set.
- See Also:
- ParameterValueType.unsetBooleanValue(),- ParameterValueType.isBooleanValue(),- ParameterValueType.setBooleanValue(boolean)
 
 - 
getValueListpublic MeasureListType getValueList() - Specified by:
- getValueListin interface- ParameterValueType
- Returns:
- the value of the 'Value List' containment reference.
- See Also:
- ParameterValueType.setValueList(MeasureListType),- Gml311Package.getParameterValueType_ValueList()
 
 - 
basicSetValueListpublic NotificationChain basicSetValueList(MeasureListType newValueList, NotificationChain msgs) 
 - 
setValueListpublic void setValueList(MeasureListType newValueList) - Specified by:
- setValueListin interface- ParameterValueType
- Parameters:
- newValueList- the new value of the 'Value List' containment reference.
- See Also:
- ParameterValueType.getValueList()
 
 - 
getIntegerValueListpublic List<BigInteger> getIntegerValueList() - Specified by:
- getIntegerValueListin interface- ParameterValueType
- Returns:
- the value of the 'Integer Value List' attribute.
- See Also:
- ParameterValueType.setIntegerValueList(List),- Gml311Package.getParameterValueType_IntegerValueList()
 
 - 
setIntegerValueListpublic void setIntegerValueList(List<BigInteger> newIntegerValueList) - Specified by:
- setIntegerValueListin interface- ParameterValueType
- Parameters:
- newIntegerValueList- the new value of the 'Integer Value List' attribute.
- See Also:
- ParameterValueType.getIntegerValueList()
 
 - 
getValueFilepublic String getValueFile() - Specified by:
- getValueFilein interface- ParameterValueType
- Returns:
- the value of the 'Value File' attribute.
- See Also:
- ParameterValueType.setValueFile(String),- Gml311Package.getParameterValueType_ValueFile()
 
 - 
setValueFilepublic void setValueFile(String newValueFile) - Specified by:
- setValueFilein interface- ParameterValueType
- Parameters:
- newValueFile- the new value of the 'Value File' attribute.
- See Also:
- ParameterValueType.getValueFile()
 
 - 
getValueOfParameterpublic OperationParameterRefType getValueOfParameter() - Specified by:
- getValueOfParameterin interface- ParameterValueType
- Returns:
- the value of the 'Value Of Parameter' containment reference.
- See Also:
- ParameterValueType.setValueOfParameter(OperationParameterRefType),- Gml311Package.getParameterValueType_ValueOfParameter()
 
 - 
basicSetValueOfParameterpublic NotificationChain basicSetValueOfParameter(OperationParameterRefType newValueOfParameter, NotificationChain msgs) 
 - 
setValueOfParameterpublic void setValueOfParameter(OperationParameterRefType newValueOfParameter) - Specified by:
- setValueOfParameterin interface- ParameterValueType
- Parameters:
- newValueOfParameter- the new value of the 'Value Of Parameter' containment reference.
- See Also:
- ParameterValueType.getValueOfParameter()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-