Uses of Interface
net.opengis.gml311.ContainerPropertyType
Packages that use ContainerPropertyType
-
Uses of ContainerPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return ContainerPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createContainerPropertyType()
Returns a new object of class 'Container Property Type'.AbstractTopoPrimitiveType.getContainer()
Returns the value of the 'Container' containment reference.DocumentRoot.getContainer()
Returns the value of the 'Container' containment reference.Methods in net.opengis.gml311 with parameters of type ContainerPropertyTypeModifier and TypeMethodDescriptionvoid
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 ContainerPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Container Property Type'.Fields in net.opengis.gml311.impl declared as ContainerPropertyTypeModifier and TypeFieldDescriptionprotected ContainerPropertyType
AbstractTopoPrimitiveTypeImpl.container
The cached value of the 'Container
' containment reference.Methods in net.opengis.gml311.impl that return ContainerPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createContainerPropertyType()
AbstractTopoPrimitiveTypeImpl.getContainer()
DocumentRootImpl.getContainer()
Methods in net.opengis.gml311.impl with parameters of type ContainerPropertyTypeModifier and TypeMethodDescriptionNotificationChain
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 ContainerPropertyTypeModifier and TypeMethodDescriptionGml311Switch.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)