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 booleanIS_MAXIMAL_EDEFAULTThe default value of the 'Is Maximal' attribute.protected booleanisMaximalThe cached value of the 'Is Maximal' attribute.protected booleanisMaximalESetThis is true if the Is Maximal attribute has been set.protected TopoComplexMemberTypemaximalComplexThe cached value of the 'Maximal Complex' containment reference.protected EList<TopoComplexMemberType>subComplexThe cached value of the 'Sub Complex' containment reference list.protected EList<TopoComplexMemberType>superComplexThe cached value of the 'Super Complex' containment reference list.protected EList<TopoPrimitiveMemberType>topoPrimitiveMemberThe cached value of the 'Topo Primitive Member' containment reference list.protected TopoPrimitiveArrayAssociationTypetopoPrimitiveMembersThe 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 protectedTopoComplexTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetMaximalComplex(TopoComplexMemberType newMaximalComplex, NotificationChain msgs)NotificationChainbasicSetTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers, 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)TopoComplexMemberTypegetMaximalComplex()EList<TopoComplexMemberType>getSubComplex()EList<TopoComplexMemberType>getSuperComplex()EList<TopoPrimitiveMemberType>getTopoPrimitiveMember()TopoPrimitiveArrayAssociationTypegetTopoPrimitiveMembers()booleanisIsMaximal()booleanisSetIsMaximal()voidsetIsMaximal(boolean newIsMaximal)voidsetMaximalComplex(TopoComplexMemberType newMaximalComplex)voidsetTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers)StringtoString()voidunsetIsMaximal()-
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:
eStaticClassin classAbstractTopologyTypeImpl
-
getMaximalComplex
public TopoComplexMemberType getMaximalComplex()
- Specified by:
getMaximalComplexin 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:
setMaximalComplexin interfaceTopoComplexType- Parameters:
newMaximalComplex- the new value of the 'Maximal Complex' containment reference.- See Also:
TopoComplexType.getMaximalComplex()
-
getSuperComplex
public EList<TopoComplexMemberType> getSuperComplex()
- Specified by:
getSuperComplexin interfaceTopoComplexType- Returns:
- the value of the 'Super Complex' containment reference list.
- See Also:
Gml311Package.getTopoComplexType_SuperComplex()
-
getSubComplex
public EList<TopoComplexMemberType> getSubComplex()
- Specified by:
getSubComplexin interfaceTopoComplexType- Returns:
- the value of the 'Sub Complex' containment reference list.
- See Also:
Gml311Package.getTopoComplexType_SubComplex()
-
getTopoPrimitiveMember
public EList<TopoPrimitiveMemberType> getTopoPrimitiveMember()
- Specified by:
getTopoPrimitiveMemberin interfaceTopoComplexType- Returns:
- the value of the 'Topo Primitive Member' containment reference list.
- See Also:
Gml311Package.getTopoComplexType_TopoPrimitiveMember()
-
getTopoPrimitiveMembers
public TopoPrimitiveArrayAssociationType getTopoPrimitiveMembers()
- Specified by:
getTopoPrimitiveMembersin 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:
setTopoPrimitiveMembersin interfaceTopoComplexType- Parameters:
newTopoPrimitiveMembers- the new value of the 'Topo Primitive Members' containment reference.- See Also:
TopoComplexType.getTopoPrimitiveMembers()
-
isIsMaximal
public boolean isIsMaximal()
- Specified by:
isIsMaximalin 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:
setIsMaximalin 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:
unsetIsMaximalin interfaceTopoComplexType- See Also:
TopoComplexType.isSetIsMaximal(),TopoComplexType.isIsMaximal(),TopoComplexType.setIsMaximal(boolean)
-
isSetIsMaximal
public boolean isSetIsMaximal()
- Specified by:
isSetIsMaximalin 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:
eInverseRemovein classAbstractGMLTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classAbstractGMLTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classAbstractGMLTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classAbstractGMLTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classAbstractGMLTypeImpl
-
toString
public String toString()
- Overrides:
toStringin classAbstractGMLTypeImpl
-
-