Uses of Interface
net.opengis.gml311.ContainerPropertyType
-
Packages that use ContainerPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ContainerPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return ContainerPropertyType Modifier and Type Method Description ContainerPropertyType
Gml311Factory. createContainerPropertyType()
Returns a new object of class 'Container Property Type'.ContainerPropertyType
AbstractTopoPrimitiveType. getContainer()
Returns the value of the 'Container' containment reference.ContainerPropertyType
DocumentRoot. getContainer()
Returns the value of the 'Container' containment reference.Methods in net.opengis.gml311 with parameters of type ContainerPropertyType Modifier and Type Method Description void
AbstractTopoPrimitiveType. setContainer(ContainerPropertyType value)
Sets the value of the 'Container
' containment reference.void
DocumentRoot. setContainer(ContainerPropertyType value)
Sets the value of the 'Container
' containment reference. -
Uses of ContainerPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ContainerPropertyType Modifier and Type Class Description class
ContainerPropertyTypeImpl
An implementation of the model object 'Container Property Type'.Fields in net.opengis.gml311.impl declared as ContainerPropertyType Modifier and Type Field Description protected ContainerPropertyType
AbstractTopoPrimitiveTypeImpl. container
The cached value of the 'Container
' containment reference.Methods in net.opengis.gml311.impl that return ContainerPropertyType Modifier and Type Method Description ContainerPropertyType
Gml311FactoryImpl. createContainerPropertyType()
ContainerPropertyType
AbstractTopoPrimitiveTypeImpl. getContainer()
ContainerPropertyType
DocumentRootImpl. getContainer()
Methods in net.opengis.gml311.impl with parameters of type ContainerPropertyType Modifier and Type Method Description NotificationChain
AbstractTopoPrimitiveTypeImpl. basicSetContainer(ContainerPropertyType newContainer, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetContainer(ContainerPropertyType newContainer, NotificationChain msgs)
void
AbstractTopoPrimitiveTypeImpl. setContainer(ContainerPropertyType newContainer)
void
DocumentRootImpl. setContainer(ContainerPropertyType newContainer)
-
Uses of ContainerPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ContainerPropertyType Modifier and Type Method Description T
Gml311Switch. caseContainerPropertyType(ContainerPropertyType object)
Returns the result of interpreting the object as an instance of 'Container Property Type'.boolean
Gml311Validator. validateContainerPropertyType(ContainerPropertyType containerPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-