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 ContainerPropertyTypeGml311Factory. createContainerPropertyType()Returns a new object of class 'Container Property Type'.ContainerPropertyTypeAbstractTopoPrimitiveType. getContainer()Returns the value of the 'Container' containment reference.ContainerPropertyTypeDocumentRoot. getContainer()Returns the value of the 'Container' containment reference.Methods in net.opengis.gml311 with parameters of type ContainerPropertyType Modifier and Type Method Description voidAbstractTopoPrimitiveType. setContainer(ContainerPropertyType value)Sets the value of the 'Container' containment reference.voidDocumentRoot. 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 classContainerPropertyTypeImplAn implementation of the model object 'Container Property Type'.Fields in net.opengis.gml311.impl declared as ContainerPropertyType Modifier and Type Field Description protected ContainerPropertyTypeAbstractTopoPrimitiveTypeImpl. containerThe cached value of the 'Container' containment reference.Methods in net.opengis.gml311.impl that return ContainerPropertyType Modifier and Type Method Description ContainerPropertyTypeGml311FactoryImpl. createContainerPropertyType()ContainerPropertyTypeAbstractTopoPrimitiveTypeImpl. getContainer()ContainerPropertyTypeDocumentRootImpl. getContainer()Methods in net.opengis.gml311.impl with parameters of type ContainerPropertyType Modifier and Type Method Description NotificationChainAbstractTopoPrimitiveTypeImpl. basicSetContainer(ContainerPropertyType newContainer, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetContainer(ContainerPropertyType newContainer, NotificationChain msgs)voidAbstractTopoPrimitiveTypeImpl. setContainer(ContainerPropertyType newContainer)voidDocumentRootImpl. 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 TGml311Switch. caseContainerPropertyType(ContainerPropertyType object)Returns the result of interpreting the object as an instance of 'Container Property Type'.booleanGml311Validator. validateContainerPropertyType(ContainerPropertyType containerPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-