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 ReferenceType
Gml311Factory. createReferenceType()
Returns a new object of class 'Reference Type'.ReferenceType
AbstractTimeTopologyPrimitiveType. getComplex()
Returns the value of the 'Complex' containment reference.ReferenceType
DefinitionProxyType. getDefinitionRef()
Returns the value of the 'Definition Ref' containment reference.ReferenceType
DocumentRoot. getDefinitionRef()
Returns the value of the 'Definition Ref' containment reference.ReferenceType
TimeOrdinalEraType. getGroup()
Returns the value of the 'Group' containment reference.ReferenceType
DocumentRoot. getReference()
Returns the value of the 'Reference' containment reference.ReferenceType
BaseUnitType. 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 void
AbstractTimeTopologyPrimitiveType. setComplex(ReferenceType value)
Sets the value of the 'Complex
' containment reference.void
DefinitionProxyType. setDefinitionRef(ReferenceType value)
Sets the value of the 'Definition Ref
' containment reference.void
DocumentRoot. setDefinitionRef(ReferenceType value)
Sets the value of the 'Definition Ref
' containment reference.void
TimeOrdinalEraType. setGroup(ReferenceType value)
Sets the value of the 'Group
' containment reference.void
BaseUnitType. 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 class
ReferenceTypeImpl
An implementation of the model object 'Reference Type'.Fields in net.opengis.gml311.impl declared as ReferenceType Modifier and Type Field Description protected ReferenceType
AbstractTimeTopologyPrimitiveTypeImpl. complex
The cached value of the 'Complex
' containment reference.protected ReferenceType
DefinitionProxyTypeImpl. definitionRef
The cached value of the 'Definition Ref
' containment reference.protected ReferenceType
TimeOrdinalEraTypeImpl. group
The cached value of the 'Group
' containment reference.protected ReferenceType
BaseUnitTypeImpl. unitsSystem
The cached value of the 'Units System
' containment reference.Methods in net.opengis.gml311.impl that return ReferenceType Modifier and Type Method Description ReferenceType
Gml311FactoryImpl. createReferenceType()
ReferenceType
AbstractTimeTopologyPrimitiveTypeImpl. getComplex()
ReferenceType
DefinitionProxyTypeImpl. getDefinitionRef()
ReferenceType
DocumentRootImpl. getDefinitionRef()
ReferenceType
TimeOrdinalEraTypeImpl. getGroup()
ReferenceType
DocumentRootImpl. getReference()
ReferenceType
BaseUnitTypeImpl. getUnitsSystem()
Methods in net.opengis.gml311.impl with parameters of type ReferenceType Modifier and Type Method Description NotificationChain
AbstractTimeTopologyPrimitiveTypeImpl. basicSetComplex(ReferenceType newComplex, NotificationChain msgs)
NotificationChain
DefinitionProxyTypeImpl. basicSetDefinitionRef(ReferenceType newDefinitionRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDefinitionRef(ReferenceType newDefinitionRef, NotificationChain msgs)
NotificationChain
TimeOrdinalEraTypeImpl. basicSetGroup(ReferenceType newGroup, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetReference(ReferenceType newReference, NotificationChain msgs)
NotificationChain
BaseUnitTypeImpl. basicSetUnitsSystem(ReferenceType newUnitsSystem, NotificationChain msgs)
void
AbstractTimeTopologyPrimitiveTypeImpl. setComplex(ReferenceType newComplex)
void
DefinitionProxyTypeImpl. setDefinitionRef(ReferenceType newDefinitionRef)
void
DocumentRootImpl. setDefinitionRef(ReferenceType newDefinitionRef)
void
TimeOrdinalEraTypeImpl. setGroup(ReferenceType newGroup)
void
BaseUnitTypeImpl. 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 T
Gml311Switch. caseReferenceType(ReferenceType object)
Returns the result of interpreting the object as an instance of 'Reference Type'.boolean
Gml311Validator. validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-