Package net.opengis.gml311.impl
Class ValuePropertyTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- ValuePropertyTypeImpl
-
- All Implemented Interfaces:
ValuePropertyType,Notifier,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject
- Direct Known Subclasses:
BooleanPropertyTypeImpl,CategoryPropertyTypeImpl,CountPropertyTypeImpl,QuantityPropertyTypeImpl,ScalarValuePropertyTypeImpl
public class ValuePropertyTypeImpl extends MinimalEObjectImpl.Container implements ValuePropertyType
An implementation of the model object 'Value Property Type'.The following features are implemented:
-
-
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 ActuateTypeactuateThe cached value of the 'Actuate' attribute.protected static ActuateTypeACTUATE_EDEFAULTThe default value of the 'Actuate' attribute.protected booleanactuateESetThis is true if the Actuate attribute has been set.protected StringarcroleThe cached value of the 'Arcrole' attribute.protected static StringARCROLE_EDEFAULTThe default value of the 'Arcrole' attribute.protected booleanboolean_The cached value of the 'Boolean' attribute.protected static booleanBOOLEAN_EDEFAULTThe default value of the 'Boolean' attribute.protected static List<Object>BOOLEAN_LIST_EDEFAULTThe default value of the 'Boolean List' attribute.protected booleanbooleanESetThis is true if the Boolean attribute has been set.protected List<Object>booleanListThe cached value of the 'Boolean List' attribute.protected CodeTypecategoryThe cached value of the 'Category' containment reference.protected CategoryExtentTypecategoryExtentThe cached value of the 'Category Extent' containment reference.protected CodeOrNullListTypecategoryListThe cached value of the 'Category List' containment reference.protected FeatureMapcompositeValueGroupThe cached value of the 'Composite Value Group' attribute list.protected BigIntegercountThe cached value of the 'Count' attribute.protected static BigIntegerCOUNT_EDEFAULTThe default value of the 'Count' attribute.protected static List<Object>COUNT_EXTENT_EDEFAULTThe default value of the 'Count Extent' attribute.protected static List<Object>COUNT_LIST_EDEFAULTThe default value of the 'Count List' attribute.protected List<Object>countExtentThe cached value of the 'Count Extent' attribute.protected List<Object>countListThe cached value of the 'Count List' attribute.protected StringhrefThe cached value of the 'Href' attribute.protected static StringHREF_EDEFAULTThe default value of the 'Href' attribute.protected Objectnull_The cached value of the 'Null' attribute.protected static ObjectNULL_EDEFAULTThe default value of the 'Null' attribute.protected FeatureMapobjectGroupThe cached value of the 'Object Group' attribute list.protected MeasureTypequantityThe cached value of the 'Quantity' containment reference.protected QuantityExtentTypequantityExtentThe cached value of the 'Quantity Extent' containment reference.protected MeasureOrNullListTypequantityListThe cached value of the 'Quantity List' containment reference.protected static StringREMOTE_SCHEMA_EDEFAULTThe default value of the 'Remote Schema' attribute.protected StringremoteSchemaThe cached value of the 'Remote Schema' attribute.protected StringroleThe cached value of the 'Role' attribute.protected static StringROLE_EDEFAULTThe default value of the 'Role' attribute.protected ShowTypeshowThe cached value of the 'Show' attribute.protected static ShowTypeSHOW_EDEFAULTThe default value of the 'Show' attribute.protected booleanshowESetThis is true if the Show attribute has been set.protected StringtitleThe cached value of the 'Title' attribute.protected static StringTITLE_EDEFAULTThe default value of the 'Title' attribute.protected TypeTypetypeThe cached value of the 'Type' attribute.protected static TypeTypeTYPE_EDEFAULTThe default value of the 'Type' attribute.protected booleantypeESetThis is true if the Type attribute has been set.
-
Constructor Summary
Constructors Modifier Constructor Description protectedValuePropertyTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetCategory(CodeType newCategory, NotificationChain msgs)NotificationChainbasicSetCategoryExtent(CategoryExtentType newCategoryExtent, NotificationChain msgs)NotificationChainbasicSetCategoryList(CodeOrNullListType newCategoryList, NotificationChain msgs)NotificationChainbasicSetCompositeValue(CompositeValueType newCompositeValue, NotificationChain msgs)NotificationChainbasicSetObject(EObject newObject, NotificationChain msgs)NotificationChainbasicSetQuantity(MeasureType newQuantity, NotificationChain msgs)NotificationChainbasicSetQuantityExtent(QuantityExtentType newQuantityExtent, NotificationChain msgs)NotificationChainbasicSetQuantityList(MeasureOrNullListType newQuantityList, 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)ActuateTypegetActuate()StringgetArcrole()List<Object>getBooleanList()CodeTypegetCategory()CategoryExtentTypegetCategoryExtent()CodeOrNullListTypegetCategoryList()CompositeValueTypegetCompositeValue()FeatureMapgetCompositeValueGroup()BigIntegergetCount()List<Object>getCountExtent()List<Object>getCountList()StringgetHref()ObjectgetNull()EObjectgetObject()FeatureMapgetObjectGroup()MeasureTypegetQuantity()QuantityExtentTypegetQuantityExtent()MeasureOrNullListTypegetQuantityList()StringgetRemoteSchema()StringgetRole()ShowTypegetShow()StringgetTitle()TypeTypegetType()booleanisBoolean()booleanisSetActuate()booleanisSetBoolean()booleanisSetShow()booleanisSetType()voidsetActuate(ActuateType newActuate)voidsetArcrole(String newArcrole)voidsetBoolean(boolean newBoolean)voidsetBooleanList(List<Object> newBooleanList)voidsetCategory(CodeType newCategory)voidsetCategoryExtent(CategoryExtentType newCategoryExtent)voidsetCategoryList(CodeOrNullListType newCategoryList)voidsetCompositeValue(CompositeValueType newCompositeValue)voidsetCount(BigInteger newCount)voidsetCountExtent(List<Object> newCountExtent)voidsetCountList(List<Object> newCountList)voidsetHref(String newHref)voidsetNull(Object newNull)voidsetQuantity(MeasureType newQuantity)voidsetQuantityExtent(QuantityExtentType newQuantityExtent)voidsetQuantityList(MeasureOrNullListType newQuantityList)voidsetRemoteSchema(String newRemoteSchema)voidsetRole(String newRole)voidsetShow(ShowType newShow)voidsetTitle(String newTitle)voidsetType(TypeType newType)StringtoString()voidunsetActuate()voidunsetBoolean()voidunsetShow()voidunsetType()-
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
-
BOOLEAN_EDEFAULT
protected static final boolean BOOLEAN_EDEFAULT
The default value of the 'Boolean' attribute.- See Also:
isBoolean(), Constant Field Values
-
boolean_
protected boolean boolean_
The cached value of the 'Boolean' attribute.- See Also:
isBoolean()
-
booleanESet
protected boolean booleanESet
This is true if the Boolean attribute has been set.
-
category
protected CodeType category
The cached value of the 'Category' containment reference.- See Also:
getCategory()
-
quantity
protected MeasureType quantity
The cached value of the 'Quantity' containment reference.- See Also:
getQuantity()
-
COUNT_EDEFAULT
protected static final BigInteger COUNT_EDEFAULT
The default value of the 'Count' attribute.- See Also:
getCount()
-
count
protected BigInteger count
The cached value of the 'Count' attribute.- See Also:
getCount()
-
BOOLEAN_LIST_EDEFAULT
protected static final List<Object> BOOLEAN_LIST_EDEFAULT
The default value of the 'Boolean List' attribute.- See Also:
getBooleanList()
-
booleanList
protected List<Object> booleanList
The cached value of the 'Boolean List' attribute.- See Also:
getBooleanList()
-
categoryList
protected CodeOrNullListType categoryList
The cached value of the 'Category List' containment reference.- See Also:
getCategoryList()
-
quantityList
protected MeasureOrNullListType quantityList
The cached value of the 'Quantity List' containment reference.- See Also:
getQuantityList()
-
COUNT_LIST_EDEFAULT
protected static final List<Object> COUNT_LIST_EDEFAULT
The default value of the 'Count List' attribute.- See Also:
getCountList()
-
countList
protected List<Object> countList
The cached value of the 'Count List' attribute.- See Also:
getCountList()
-
categoryExtent
protected CategoryExtentType categoryExtent
The cached value of the 'Category Extent' containment reference.- See Also:
getCategoryExtent()
-
quantityExtent
protected QuantityExtentType quantityExtent
The cached value of the 'Quantity Extent' containment reference.- See Also:
getQuantityExtent()
-
COUNT_EXTENT_EDEFAULT
protected static final List<Object> COUNT_EXTENT_EDEFAULT
The default value of the 'Count Extent' attribute.- See Also:
getCountExtent()
-
countExtent
protected List<Object> countExtent
The cached value of the 'Count Extent' attribute.- See Also:
getCountExtent()
-
compositeValueGroup
protected FeatureMap compositeValueGroup
The cached value of the 'Composite Value Group' attribute list.- See Also:
getCompositeValueGroup()
-
objectGroup
protected FeatureMap objectGroup
The cached value of the 'Object Group' attribute list.- See Also:
getObjectGroup()
-
NULL_EDEFAULT
protected static final Object NULL_EDEFAULT
The default value of the 'Null' attribute.- See Also:
getNull()
-
ACTUATE_EDEFAULT
protected static final ActuateType ACTUATE_EDEFAULT
The default value of the 'Actuate' attribute.- See Also:
getActuate()
-
actuate
protected ActuateType actuate
The cached value of the 'Actuate' attribute.- See Also:
getActuate()
-
actuateESet
protected boolean actuateESet
This is true if the Actuate attribute has been set.
-
ARCROLE_EDEFAULT
protected static final String ARCROLE_EDEFAULT
The default value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
arcrole
protected String arcrole
The cached value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
HREF_EDEFAULT
protected static final String HREF_EDEFAULT
The default value of the 'Href' attribute.- See Also:
getHref()
-
REMOTE_SCHEMA_EDEFAULT
protected static final String REMOTE_SCHEMA_EDEFAULT
The default value of the 'Remote Schema' attribute.- See Also:
getRemoteSchema()
-
remoteSchema
protected String remoteSchema
The cached value of the 'Remote Schema' attribute.- See Also:
getRemoteSchema()
-
ROLE_EDEFAULT
protected static final String ROLE_EDEFAULT
The default value of the 'Role' attribute.- See Also:
getRole()
-
SHOW_EDEFAULT
protected static final ShowType SHOW_EDEFAULT
The default value of the 'Show' attribute.- See Also:
getShow()
-
showESet
protected boolean showESet
This is true if the Show attribute has been set.
-
TITLE_EDEFAULT
protected static final String TITLE_EDEFAULT
The default value of the 'Title' attribute.- See Also:
getTitle()
-
title
protected String title
The cached value of the 'Title' attribute.- See Also:
getTitle()
-
TYPE_EDEFAULT
protected static final TypeType TYPE_EDEFAULT
The default value of the 'Type' attribute.- See Also:
getType()
-
typeESet
protected boolean typeESet
This is true if the Type attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classBasicEObjectImpl
-
isBoolean
public boolean isBoolean()
- Specified by:
isBooleanin interfaceValuePropertyType- Returns:
- the value of the 'Boolean' attribute.
- See Also:
ValuePropertyType.isSetBoolean(),ValuePropertyType.unsetBoolean(),ValuePropertyType.setBoolean(boolean),Gml311Package.getValuePropertyType_Boolean()
-
setBoolean
public void setBoolean(boolean newBoolean)
- Specified by:
setBooleanin interfaceValuePropertyType- Parameters:
newBoolean- the new value of the 'Boolean' attribute.- See Also:
ValuePropertyType.isSetBoolean(),ValuePropertyType.unsetBoolean(),ValuePropertyType.isBoolean()
-
unsetBoolean
public void unsetBoolean()
- Specified by:
unsetBooleanin interfaceValuePropertyType- See Also:
ValuePropertyType.isSetBoolean(),ValuePropertyType.isBoolean(),ValuePropertyType.setBoolean(boolean)
-
isSetBoolean
public boolean isSetBoolean()
- Specified by:
isSetBooleanin interfaceValuePropertyType- Returns:
- whether the value of the 'Boolean' attribute is set.
- See Also:
ValuePropertyType.unsetBoolean(),ValuePropertyType.isBoolean(),ValuePropertyType.setBoolean(boolean)
-
getCategory
public CodeType getCategory()
- Specified by:
getCategoryin interfaceValuePropertyType- Returns:
- the value of the 'Category' containment reference.
- See Also:
ValuePropertyType.setCategory(CodeType),Gml311Package.getValuePropertyType_Category()
-
basicSetCategory
public NotificationChain basicSetCategory(CodeType newCategory, NotificationChain msgs)
-
setCategory
public void setCategory(CodeType newCategory)
- Specified by:
setCategoryin interfaceValuePropertyType- Parameters:
newCategory- the new value of the 'Category' containment reference.- See Also:
ValuePropertyType.getCategory()
-
getQuantity
public MeasureType getQuantity()
- Specified by:
getQuantityin interfaceValuePropertyType- Returns:
- the value of the 'Quantity' containment reference.
- See Also:
ValuePropertyType.setQuantity(MeasureType),Gml311Package.getValuePropertyType_Quantity()
-
basicSetQuantity
public NotificationChain basicSetQuantity(MeasureType newQuantity, NotificationChain msgs)
-
setQuantity
public void setQuantity(MeasureType newQuantity)
- Specified by:
setQuantityin interfaceValuePropertyType- Parameters:
newQuantity- the new value of the 'Quantity' containment reference.- See Also:
ValuePropertyType.getQuantity()
-
getCount
public BigInteger getCount()
- Specified by:
getCountin interfaceValuePropertyType- Returns:
- the value of the 'Count' attribute.
- See Also:
ValuePropertyType.setCount(BigInteger),Gml311Package.getValuePropertyType_Count()
-
setCount
public void setCount(BigInteger newCount)
- Specified by:
setCountin interfaceValuePropertyType- Parameters:
newCount- the new value of the 'Count' attribute.- See Also:
ValuePropertyType.getCount()
-
getBooleanList
public List<Object> getBooleanList()
- Specified by:
getBooleanListin interfaceValuePropertyType- Returns:
- the value of the 'Boolean List' attribute.
- See Also:
ValuePropertyType.setBooleanList(List),Gml311Package.getValuePropertyType_BooleanList()
-
setBooleanList
public void setBooleanList(List<Object> newBooleanList)
- Specified by:
setBooleanListin interfaceValuePropertyType- Parameters:
newBooleanList- the new value of the 'Boolean List' attribute.- See Also:
ValuePropertyType.getBooleanList()
-
getCategoryList
public CodeOrNullListType getCategoryList()
- Specified by:
getCategoryListin interfaceValuePropertyType- Returns:
- the value of the 'Category List' containment reference.
- See Also:
ValuePropertyType.setCategoryList(CodeOrNullListType),Gml311Package.getValuePropertyType_CategoryList()
-
basicSetCategoryList
public NotificationChain basicSetCategoryList(CodeOrNullListType newCategoryList, NotificationChain msgs)
-
setCategoryList
public void setCategoryList(CodeOrNullListType newCategoryList)
- Specified by:
setCategoryListin interfaceValuePropertyType- Parameters:
newCategoryList- the new value of the 'Category List' containment reference.- See Also:
ValuePropertyType.getCategoryList()
-
getQuantityList
public MeasureOrNullListType getQuantityList()
- Specified by:
getQuantityListin interfaceValuePropertyType- Returns:
- the value of the 'Quantity List' containment reference.
- See Also:
ValuePropertyType.setQuantityList(MeasureOrNullListType),Gml311Package.getValuePropertyType_QuantityList()
-
basicSetQuantityList
public NotificationChain basicSetQuantityList(MeasureOrNullListType newQuantityList, NotificationChain msgs)
-
setQuantityList
public void setQuantityList(MeasureOrNullListType newQuantityList)
- Specified by:
setQuantityListin interfaceValuePropertyType- Parameters:
newQuantityList- the new value of the 'Quantity List' containment reference.- See Also:
ValuePropertyType.getQuantityList()
-
getCountList
public List<Object> getCountList()
- Specified by:
getCountListin interfaceValuePropertyType- Returns:
- the value of the 'Count List' attribute.
- See Also:
ValuePropertyType.setCountList(List),Gml311Package.getValuePropertyType_CountList()
-
setCountList
public void setCountList(List<Object> newCountList)
- Specified by:
setCountListin interfaceValuePropertyType- Parameters:
newCountList- the new value of the 'Count List' attribute.- See Also:
ValuePropertyType.getCountList()
-
getCategoryExtent
public CategoryExtentType getCategoryExtent()
- Specified by:
getCategoryExtentin interfaceValuePropertyType- Returns:
- the value of the 'Category Extent' containment reference.
- See Also:
ValuePropertyType.setCategoryExtent(CategoryExtentType),Gml311Package.getValuePropertyType_CategoryExtent()
-
basicSetCategoryExtent
public NotificationChain basicSetCategoryExtent(CategoryExtentType newCategoryExtent, NotificationChain msgs)
-
setCategoryExtent
public void setCategoryExtent(CategoryExtentType newCategoryExtent)
- Specified by:
setCategoryExtentin interfaceValuePropertyType- Parameters:
newCategoryExtent- the new value of the 'Category Extent' containment reference.- See Also:
ValuePropertyType.getCategoryExtent()
-
getQuantityExtent
public QuantityExtentType getQuantityExtent()
- Specified by:
getQuantityExtentin interfaceValuePropertyType- Returns:
- the value of the 'Quantity Extent' containment reference.
- See Also:
ValuePropertyType.setQuantityExtent(QuantityExtentType),Gml311Package.getValuePropertyType_QuantityExtent()
-
basicSetQuantityExtent
public NotificationChain basicSetQuantityExtent(QuantityExtentType newQuantityExtent, NotificationChain msgs)
-
setQuantityExtent
public void setQuantityExtent(QuantityExtentType newQuantityExtent)
- Specified by:
setQuantityExtentin interfaceValuePropertyType- Parameters:
newQuantityExtent- the new value of the 'Quantity Extent' containment reference.- See Also:
ValuePropertyType.getQuantityExtent()
-
getCountExtent
public List<Object> getCountExtent()
- Specified by:
getCountExtentin interfaceValuePropertyType- Returns:
- the value of the 'Count Extent' attribute.
- See Also:
ValuePropertyType.setCountExtent(List),Gml311Package.getValuePropertyType_CountExtent()
-
setCountExtent
public void setCountExtent(List<Object> newCountExtent)
- Specified by:
setCountExtentin interfaceValuePropertyType- Parameters:
newCountExtent- the new value of the 'Count Extent' attribute.- See Also:
ValuePropertyType.getCountExtent()
-
getCompositeValueGroup
public FeatureMap getCompositeValueGroup()
- Specified by:
getCompositeValueGroupin interfaceValuePropertyType- Returns:
- the value of the 'Composite Value Group' attribute list.
- See Also:
Gml311Package.getValuePropertyType_CompositeValueGroup()
-
getCompositeValue
public CompositeValueType getCompositeValue()
- Specified by:
getCompositeValuein interfaceValuePropertyType- Returns:
- the value of the 'Composite Value' containment reference.
- See Also:
ValuePropertyType.setCompositeValue(CompositeValueType),Gml311Package.getValuePropertyType_CompositeValue()
-
basicSetCompositeValue
public NotificationChain basicSetCompositeValue(CompositeValueType newCompositeValue, NotificationChain msgs)
-
setCompositeValue
public void setCompositeValue(CompositeValueType newCompositeValue)
- Specified by:
setCompositeValuein interfaceValuePropertyType- Parameters:
newCompositeValue- the new value of the 'Composite Value' containment reference.- See Also:
ValuePropertyType.getCompositeValue()
-
getObjectGroup
public FeatureMap getObjectGroup()
- Specified by:
getObjectGroupin interfaceValuePropertyType- Returns:
- the value of the 'Object Group' attribute list.
- See Also:
Gml311Package.getValuePropertyType_ObjectGroup()
-
getObject
public EObject getObject()
- Specified by:
getObjectin interfaceValuePropertyType- Returns:
- the value of the 'Object' containment reference.
- See Also:
Gml311Package.getValuePropertyType_Object()
-
basicSetObject
public NotificationChain basicSetObject(EObject newObject, NotificationChain msgs)
-
getNull
public Object getNull()
- Specified by:
getNullin interfaceValuePropertyType- Returns:
- the value of the 'Null' attribute.
- See Also:
ValuePropertyType.setNull(Object),Gml311Package.getValuePropertyType_Null()
-
setNull
public void setNull(Object newNull)
- Specified by:
setNullin interfaceValuePropertyType- Parameters:
newNull- the new value of the 'Null' attribute.- See Also:
ValuePropertyType.getNull()
-
getActuate
public ActuateType getActuate()
- Specified by:
getActuatein interfaceValuePropertyType- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType,ValuePropertyType.isSetActuate(),ValuePropertyType.unsetActuate(),ValuePropertyType.setActuate(ActuateType),Gml311Package.getValuePropertyType_Actuate()
-
setActuate
public void setActuate(ActuateType newActuate)
- Specified by:
setActuatein interfaceValuePropertyType- Parameters:
newActuate- the new value of the 'Actuate' attribute.- See Also:
ActuateType,ValuePropertyType.isSetActuate(),ValuePropertyType.unsetActuate(),ValuePropertyType.getActuate()
-
unsetActuate
public void unsetActuate()
- Specified by:
unsetActuatein interfaceValuePropertyType- See Also:
ValuePropertyType.isSetActuate(),ValuePropertyType.getActuate(),ValuePropertyType.setActuate(ActuateType)
-
isSetActuate
public boolean isSetActuate()
- Specified by:
isSetActuatein interfaceValuePropertyType- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
ValuePropertyType.unsetActuate(),ValuePropertyType.getActuate(),ValuePropertyType.setActuate(ActuateType)
-
getArcrole
public String getArcrole()
- Specified by:
getArcrolein interfaceValuePropertyType- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
ValuePropertyType.setArcrole(String),Gml311Package.getValuePropertyType_Arcrole()
-
setArcrole
public void setArcrole(String newArcrole)
- Specified by:
setArcrolein interfaceValuePropertyType- Parameters:
newArcrole- the new value of the 'Arcrole' attribute.- See Also:
ValuePropertyType.getArcrole()
-
getHref
public String getHref()
- Specified by:
getHrefin interfaceValuePropertyType- Returns:
- the value of the 'Href' attribute.
- See Also:
ValuePropertyType.setHref(String),Gml311Package.getValuePropertyType_Href()
-
setHref
public void setHref(String newHref)
- Specified by:
setHrefin interfaceValuePropertyType- Parameters:
newHref- the new value of the 'Href' attribute.- See Also:
ValuePropertyType.getHref()
-
getRemoteSchema
public String getRemoteSchema()
- Specified by:
getRemoteSchemain interfaceValuePropertyType- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
ValuePropertyType.setRemoteSchema(String),Gml311Package.getValuePropertyType_RemoteSchema()
-
setRemoteSchema
public void setRemoteSchema(String newRemoteSchema)
- Specified by:
setRemoteSchemain interfaceValuePropertyType- Parameters:
newRemoteSchema- the new value of the 'Remote Schema' attribute.- See Also:
ValuePropertyType.getRemoteSchema()
-
getRole
public String getRole()
- Specified by:
getRolein interfaceValuePropertyType- Returns:
- the value of the 'Role' attribute.
- See Also:
ValuePropertyType.setRole(String),Gml311Package.getValuePropertyType_Role()
-
setRole
public void setRole(String newRole)
- Specified by:
setRolein interfaceValuePropertyType- Parameters:
newRole- the new value of the 'Role' attribute.- See Also:
ValuePropertyType.getRole()
-
getShow
public ShowType getShow()
- Specified by:
getShowin interfaceValuePropertyType- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType,ValuePropertyType.isSetShow(),ValuePropertyType.unsetShow(),ValuePropertyType.setShow(ShowType),Gml311Package.getValuePropertyType_Show()
-
setShow
public void setShow(ShowType newShow)
- Specified by:
setShowin interfaceValuePropertyType- Parameters:
newShow- the new value of the 'Show' attribute.- See Also:
ShowType,ValuePropertyType.isSetShow(),ValuePropertyType.unsetShow(),ValuePropertyType.getShow()
-
unsetShow
public void unsetShow()
- Specified by:
unsetShowin interfaceValuePropertyType- See Also:
ValuePropertyType.isSetShow(),ValuePropertyType.getShow(),ValuePropertyType.setShow(ShowType)
-
isSetShow
public boolean isSetShow()
- Specified by:
isSetShowin interfaceValuePropertyType- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
ValuePropertyType.unsetShow(),ValuePropertyType.getShow(),ValuePropertyType.setShow(ShowType)
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceValuePropertyType- Returns:
- the value of the 'Title' attribute.
- See Also:
ValuePropertyType.setTitle(String),Gml311Package.getValuePropertyType_Title()
-
setTitle
public void setTitle(String newTitle)
- Specified by:
setTitlein interfaceValuePropertyType- Parameters:
newTitle- the new value of the 'Title' attribute.- See Also:
ValuePropertyType.getTitle()
-
getType
public TypeType getType()
- Specified by:
getTypein interfaceValuePropertyType- Returns:
- the value of the 'Type' attribute.
- See Also:
TypeType,ValuePropertyType.isSetType(),ValuePropertyType.unsetType(),ValuePropertyType.setType(TypeType),Gml311Package.getValuePropertyType_Type()
-
setType
public void setType(TypeType newType)
- Specified by:
setTypein interfaceValuePropertyType- Parameters:
newType- the new value of the 'Type' attribute.- See Also:
TypeType,ValuePropertyType.isSetType(),ValuePropertyType.unsetType(),ValuePropertyType.getType()
-
unsetType
public void unsetType()
- Specified by:
unsetTypein interfaceValuePropertyType- See Also:
ValuePropertyType.isSetType(),ValuePropertyType.getType(),ValuePropertyType.setType(TypeType)
-
isSetType
public boolean isSetType()
- Specified by:
isSetTypein interfaceValuePropertyType- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
ValuePropertyType.unsetType(),ValuePropertyType.getType(),ValuePropertyType.setType(TypeType)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
eInverseRemovein classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toStringin classBasicEObjectImpl
-
-