Package net.opengis.gml311
Interface AbstractTopoPrimitiveType
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Subinterfaces:
EdgeType
,FaceType
,NodeType
,TopoSolidType
- All Known Implementing Classes:
AbstractTopoPrimitiveTypeImpl
,EdgeTypeImpl
,FaceTypeImpl
,NodeTypeImpl
,TopoSolidTypeImpl
A representation of the model object 'Abstract Topo Primitive Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Container' containment reference.EList<IsolatedPropertyType>
Returns the value of the 'Isolated' containment reference list.void
Sets the value of the 'Container
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIsolated
EList<IsolatedPropertyType> getIsolated()Returns the value of the 'Isolated' containment reference list. The list contents are of typeIsolatedPropertyType
.If the meaning of the 'Isolated' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Isolated' containment reference list.
- See Also:
-
getContainer
ContainerPropertyType getContainer()Returns the value of the 'Container' containment reference.If the meaning of the 'Container' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Container' containment reference.
- See Also:
-
setContainer
Sets the value of the 'Container
' containment reference.- Parameters:
value
- the new value of the 'Container' containment reference.- See Also:
-