Uses of Interface
net.opengis.gml311.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in net.opengis.gml311
Methods in net.opengis.gml311 that return ReferenceTypeModifier and TypeMethodDescriptionGml311Factory.createReferenceType()Returns a new object of class 'Reference Type'.AbstractTimeTopologyPrimitiveType.getComplex()Returns the value of the 'Complex' containment reference.DefinitionProxyType.getDefinitionRef()Returns the value of the 'Definition Ref' containment reference.DocumentRoot.getDefinitionRef()Returns the value of the 'Definition Ref' containment reference.TimeOrdinalEraType.getGroup()Returns the value of the 'Group' containment reference.DocumentRoot.getReference()Returns the value of the 'Reference' containment reference.BaseUnitType.getUnitsSystem()Returns the value of the 'Units System' containment reference.Methods in net.opengis.gml311 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoidAbstractTimeTopologyPrimitiveType.setComplex(ReferenceType value) Sets the value of the 'Complex' containment reference.voidDefinitionProxyType.setDefinitionRef(ReferenceType value) Sets the value of the 'Definition Ref' containment reference.voidDocumentRoot.setDefinitionRef(ReferenceType value) Sets the value of the 'Definition Ref' containment reference.voidTimeOrdinalEraType.setGroup(ReferenceType value) Sets the value of the 'Group' containment reference.voidBaseUnitType.setUnitsSystem(ReferenceType value) Sets the value of the 'Units System' containment reference. -
Uses of ReferenceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ReferenceTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Reference Type'.Fields in net.opengis.gml311.impl declared as ReferenceTypeModifier and TypeFieldDescriptionprotected ReferenceTypeAbstractTimeTopologyPrimitiveTypeImpl.complexThe cached value of the 'Complex' containment reference.protected ReferenceTypeDefinitionProxyTypeImpl.definitionRefThe cached value of the 'Definition Ref' containment reference.protected ReferenceTypeTimeOrdinalEraTypeImpl.groupThe cached value of the 'Group' containment reference.protected ReferenceTypeBaseUnitTypeImpl.unitsSystemThe cached value of the 'Units System' containment reference.Methods in net.opengis.gml311.impl that return ReferenceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createReferenceType()AbstractTimeTopologyPrimitiveTypeImpl.getComplex()DefinitionProxyTypeImpl.getDefinitionRef()DocumentRootImpl.getDefinitionRef()TimeOrdinalEraTypeImpl.getGroup()DocumentRootImpl.getReference()BaseUnitTypeImpl.getUnitsSystem()Methods in net.opengis.gml311.impl with parameters of type ReferenceTypeModifier and TypeMethodDescriptionNotificationChainAbstractTimeTopologyPrimitiveTypeImpl.basicSetComplex(ReferenceType newComplex, NotificationChain msgs) NotificationChainDefinitionProxyTypeImpl.basicSetDefinitionRef(ReferenceType newDefinitionRef, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetDefinitionRef(ReferenceType newDefinitionRef, NotificationChain msgs) NotificationChainTimeOrdinalEraTypeImpl.basicSetGroup(ReferenceType newGroup, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetReference(ReferenceType newReference, NotificationChain msgs) NotificationChainBaseUnitTypeImpl.basicSetUnitsSystem(ReferenceType newUnitsSystem, NotificationChain msgs) voidAbstractTimeTopologyPrimitiveTypeImpl.setComplex(ReferenceType newComplex) voidDefinitionProxyTypeImpl.setDefinitionRef(ReferenceType newDefinitionRef) voidDocumentRootImpl.setDefinitionRef(ReferenceType newDefinitionRef) voidTimeOrdinalEraTypeImpl.setGroup(ReferenceType newGroup) voidBaseUnitTypeImpl.setUnitsSystem(ReferenceType newUnitsSystem) -
Uses of ReferenceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionGml311Switch.caseReferenceType(ReferenceType object) Returns the result of interpreting the object as an instance of 'Reference Type'.booleanGml311Validator.validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object, Object> context)