Uses of Interface
net.opengis.gml311.ReferenceType
-
Packages that use ReferenceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ReferenceType in net.opengis.gml311
Methods in net.opengis.gml311 that return ReferenceType Modifier and Type Method Description ReferenceTypeGml311Factory. createReferenceType()Returns a new object of class 'Reference Type'.ReferenceTypeAbstractTimeTopologyPrimitiveType. getComplex()Returns the value of the 'Complex' containment reference.ReferenceTypeDefinitionProxyType. getDefinitionRef()Returns the value of the 'Definition Ref' containment reference.ReferenceTypeDocumentRoot. getDefinitionRef()Returns the value of the 'Definition Ref' containment reference.ReferenceTypeTimeOrdinalEraType. getGroup()Returns the value of the 'Group' containment reference.ReferenceTypeDocumentRoot. getReference()Returns the value of the 'Reference' containment reference.ReferenceTypeBaseUnitType. getUnitsSystem()Returns the value of the 'Units System' containment reference.Methods in net.opengis.gml311 with parameters of type ReferenceType Modifier and Type Method Description voidAbstractTimeTopologyPrimitiveType. 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 ReferenceType Modifier and Type Class Description classReferenceTypeImplAn implementation of the model object 'Reference Type'.Fields in net.opengis.gml311.impl declared as ReferenceType Modifier and Type Field Description protected 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 ReferenceType Modifier and Type Method Description ReferenceTypeGml311FactoryImpl. createReferenceType()ReferenceTypeAbstractTimeTopologyPrimitiveTypeImpl. getComplex()ReferenceTypeDefinitionProxyTypeImpl. getDefinitionRef()ReferenceTypeDocumentRootImpl. getDefinitionRef()ReferenceTypeTimeOrdinalEraTypeImpl. getGroup()ReferenceTypeDocumentRootImpl. getReference()ReferenceTypeBaseUnitTypeImpl. getUnitsSystem()Methods in net.opengis.gml311.impl with parameters of type ReferenceType Modifier and Type Method Description NotificationChainAbstractTimeTopologyPrimitiveTypeImpl. 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 ReferenceType Modifier and Type Method Description TGml311Switch. 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)
-