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
public interface AbstractTopoPrimitiveType extends AbstractTopologyType
A representation of the model object 'Abstract Topo Primitive Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerPropertyType
getContainer()
Returns the value of the 'Container' containment reference.EList<IsolatedPropertyType>
getIsolated()
Returns the value of the 'Isolated' containment reference list.void
setContainer(ContainerPropertyType value)
Sets the value of the 'Container
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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:
Gml311Package.getAbstractTopoPrimitiveType_Isolated()
-
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(ContainerPropertyType)
,Gml311Package.getAbstractTopoPrimitiveType_Container()
-
setContainer
void setContainer(ContainerPropertyType value)
Sets the value of the 'Container
' containment reference.- Parameters:
value
- the new value of the 'Container' containment reference.- See Also:
getContainer()
-
-