Package net.opengis.gml311.impl
Class TopoComplexTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- AbstractGMLTypeImpl
-
- AbstractTopologyTypeImpl
-
- TopoComplexTypeImpl
-
- All Implemented Interfaces:
AbstractGMLType
,AbstractTopologyType
,TopoComplexType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
public class TopoComplexTypeImpl extends AbstractTopologyTypeImpl implements TopoComplexType
An implementation of the model object 'Topo Complex 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 static boolean
IS_MAXIMAL_EDEFAULT
The default value of the 'Is Maximal
' attribute.protected boolean
isMaximal
The cached value of the 'Is Maximal
' attribute.protected boolean
isMaximalESet
This is true if the Is Maximal attribute has been set.protected TopoComplexMemberType
maximalComplex
The cached value of the 'Maximal Complex
' containment reference.protected EList<TopoComplexMemberType>
subComplex
The cached value of the 'Sub Complex
' containment reference list.protected EList<TopoComplexMemberType>
superComplex
The cached value of the 'Super Complex
' containment reference list.protected EList<TopoPrimitiveMemberType>
topoPrimitiveMember
The cached value of the 'Topo Primitive Member
' containment reference list.protected TopoPrimitiveArrayAssociationType
topoPrimitiveMembers
The cached value of the 'Topo Primitive Members
' containment reference.-
Fields inherited from class AbstractGMLTypeImpl
description, id, ID_EDEFAULT, metaDataProperty, nameGroup
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TopoComplexTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetMaximalComplex(TopoComplexMemberType newMaximalComplex, NotificationChain msgs)
NotificationChain
basicSetTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
TopoComplexMemberType
getMaximalComplex()
EList<TopoComplexMemberType>
getSubComplex()
EList<TopoComplexMemberType>
getSuperComplex()
EList<TopoPrimitiveMemberType>
getTopoPrimitiveMember()
TopoPrimitiveArrayAssociationType
getTopoPrimitiveMembers()
boolean
isIsMaximal()
boolean
isSetIsMaximal()
void
setIsMaximal(boolean newIsMaximal)
void
setMaximalComplex(TopoComplexMemberType newMaximalComplex)
void
setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers)
String
toString()
void
unsetIsMaximal()
-
Methods inherited from class AbstractGMLTypeImpl
basicSetDescription, getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
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
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Field Detail
-
maximalComplex
protected TopoComplexMemberType maximalComplex
The cached value of the 'Maximal Complex
' containment reference.- See Also:
getMaximalComplex()
-
superComplex
protected EList<TopoComplexMemberType> superComplex
The cached value of the 'Super Complex
' containment reference list.- See Also:
getSuperComplex()
-
subComplex
protected EList<TopoComplexMemberType> subComplex
The cached value of the 'Sub Complex
' containment reference list.- See Also:
getSubComplex()
-
topoPrimitiveMember
protected EList<TopoPrimitiveMemberType> topoPrimitiveMember
The cached value of the 'Topo Primitive Member
' containment reference list.- See Also:
getTopoPrimitiveMember()
-
topoPrimitiveMembers
protected TopoPrimitiveArrayAssociationType topoPrimitiveMembers
The cached value of the 'Topo Primitive Members
' containment reference.- See Also:
getTopoPrimitiveMembers()
-
IS_MAXIMAL_EDEFAULT
protected static final boolean IS_MAXIMAL_EDEFAULT
The default value of the 'Is Maximal
' attribute.- See Also:
isIsMaximal()
, Constant Field Values
-
isMaximal
protected boolean isMaximal
The cached value of the 'Is Maximal
' attribute.- See Also:
isIsMaximal()
-
isMaximalESet
protected boolean isMaximalESet
This is true if the Is Maximal attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classAbstractTopologyTypeImpl
-
getMaximalComplex
public TopoComplexMemberType getMaximalComplex()
- Specified by:
getMaximalComplex
in interfaceTopoComplexType
- Returns:
- the value of the 'Maximal Complex' containment reference.
- See Also:
TopoComplexType.setMaximalComplex(TopoComplexMemberType)
,Gml311Package.getTopoComplexType_MaximalComplex()
-
basicSetMaximalComplex
public NotificationChain basicSetMaximalComplex(TopoComplexMemberType newMaximalComplex, NotificationChain msgs)
-
setMaximalComplex
public void setMaximalComplex(TopoComplexMemberType newMaximalComplex)
- Specified by:
setMaximalComplex
in interfaceTopoComplexType
- Parameters:
newMaximalComplex
- the new value of the 'Maximal Complex' containment reference.- See Also:
TopoComplexType.getMaximalComplex()
-
getSuperComplex
public EList<TopoComplexMemberType> getSuperComplex()
- Specified by:
getSuperComplex
in interfaceTopoComplexType
- Returns:
- the value of the 'Super Complex' containment reference list.
- See Also:
Gml311Package.getTopoComplexType_SuperComplex()
-
getSubComplex
public EList<TopoComplexMemberType> getSubComplex()
- Specified by:
getSubComplex
in interfaceTopoComplexType
- Returns:
- the value of the 'Sub Complex' containment reference list.
- See Also:
Gml311Package.getTopoComplexType_SubComplex()
-
getTopoPrimitiveMember
public EList<TopoPrimitiveMemberType> getTopoPrimitiveMember()
- Specified by:
getTopoPrimitiveMember
in interfaceTopoComplexType
- Returns:
- the value of the 'Topo Primitive Member' containment reference list.
- See Also:
Gml311Package.getTopoComplexType_TopoPrimitiveMember()
-
getTopoPrimitiveMembers
public TopoPrimitiveArrayAssociationType getTopoPrimitiveMembers()
- Specified by:
getTopoPrimitiveMembers
in interfaceTopoComplexType
- Returns:
- the value of the 'Topo Primitive Members' containment reference.
- See Also:
TopoComplexType.setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType)
,Gml311Package.getTopoComplexType_TopoPrimitiveMembers()
-
basicSetTopoPrimitiveMembers
public NotificationChain basicSetTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers, NotificationChain msgs)
-
setTopoPrimitiveMembers
public void setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers)
- Specified by:
setTopoPrimitiveMembers
in interfaceTopoComplexType
- Parameters:
newTopoPrimitiveMembers
- the new value of the 'Topo Primitive Members' containment reference.- See Also:
TopoComplexType.getTopoPrimitiveMembers()
-
isIsMaximal
public boolean isIsMaximal()
- Specified by:
isIsMaximal
in interfaceTopoComplexType
- Returns:
- the value of the 'Is Maximal' attribute.
- See Also:
TopoComplexType.isSetIsMaximal()
,TopoComplexType.unsetIsMaximal()
,TopoComplexType.setIsMaximal(boolean)
,Gml311Package.getTopoComplexType_IsMaximal()
-
setIsMaximal
public void setIsMaximal(boolean newIsMaximal)
- Specified by:
setIsMaximal
in interfaceTopoComplexType
- Parameters:
newIsMaximal
- the new value of the 'Is Maximal' attribute.- See Also:
TopoComplexType.isSetIsMaximal()
,TopoComplexType.unsetIsMaximal()
,TopoComplexType.isIsMaximal()
-
unsetIsMaximal
public void unsetIsMaximal()
- Specified by:
unsetIsMaximal
in interfaceTopoComplexType
- See Also:
TopoComplexType.isSetIsMaximal()
,TopoComplexType.isIsMaximal()
,TopoComplexType.setIsMaximal(boolean)
-
isSetIsMaximal
public boolean isSetIsMaximal()
- Specified by:
isSetIsMaximal
in interfaceTopoComplexType
- Returns:
- whether the value of the 'Is Maximal' attribute is set.
- See Also:
TopoComplexType.unsetIsMaximal()
,TopoComplexType.isIsMaximal()
,TopoComplexType.setIsMaximal(boolean)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classAbstractGMLTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classAbstractGMLTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classAbstractGMLTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classAbstractGMLTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classAbstractGMLTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classAbstractGMLTypeImpl
-
-