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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerPropertyTypegetContainer()Returns the value of the 'Container' containment reference.EList<IsolatedPropertyType>getIsolated()Returns the value of the 'Isolated' containment reference list.voidsetContainer(ContainerPropertyType value)Sets the value of the 'Container' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getIsolatedEList<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()
 
 - 
getContainerContainerPropertyType 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()
 
 - 
setContainervoid setContainer(ContainerPropertyType value) Sets the value of the 'Container' containment reference.- Parameters:
- value- the new value of the 'Container' containment reference.
- See Also:
- getContainer()
 
 
- 
 
-