Uses of Interface
net.opengis.ows11.ValuesReferenceType
-
Packages that use ValuesReferenceType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation -
-
Uses of ValuesReferenceType in net.opengis.ows11
Methods in net.opengis.ows11 that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceType
Ows11Factory. createValuesReferenceType()
Returns a new object of class 'Values Reference Type'.ValuesReferenceType
DocumentRoot. getValuesReference()
Returns the value of the 'Values Reference' containment reference.ValuesReferenceType
UnNamedDomainType. getValuesReference()
Returns the value of the 'Values Reference' containment reference.Methods in net.opengis.ows11 with parameters of type ValuesReferenceType Modifier and Type Method Description void
DocumentRoot. setValuesReference(ValuesReferenceType value)
Sets the value of the 'Values Reference
' containment reference.void
UnNamedDomainType. setValuesReference(ValuesReferenceType value)
Sets the value of the 'Values Reference
' containment reference. -
Uses of ValuesReferenceType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ValuesReferenceType Modifier and Type Class Description class
ValuesReferenceTypeImpl
An implementation of the model object 'Values Reference Type'.Fields in net.opengis.ows11.impl declared as ValuesReferenceType Modifier and Type Field Description protected ValuesReferenceType
UnNamedDomainTypeImpl. valuesReference
The cached value of the 'Values Reference
' containment reference.Methods in net.opengis.ows11.impl that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceType
Ows11FactoryImpl. createValuesReferenceType()
ValuesReferenceType
DocumentRootImpl. getValuesReference()
ValuesReferenceType
UnNamedDomainTypeImpl. getValuesReference()
Methods in net.opengis.ows11.impl with parameters of type ValuesReferenceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)
void
DocumentRootImpl. setValuesReference(ValuesReferenceType newValuesReference)
void
UnNamedDomainTypeImpl. setValuesReference(ValuesReferenceType newValuesReference)
-
Uses of ValuesReferenceType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ValuesReferenceType Modifier and Type Method Description Object
Ows11Switch. caseValuesReferenceType(ValuesReferenceType object)
Returns the result of interpreting the object as an instance of 'Values Reference Type'.boolean
Ows11Validator. validateValuesReferenceType(ValuesReferenceType valuesReferenceType, DiagnosticChain diagnostics, Map context)
-
Uses of ValuesReferenceType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ValuesReferenceType Modifier and Type Method Description boolean
DocumentRootValidator. validateValuesReference(ValuesReferenceType value)
boolean
UnNamedDomainTypeValidator. validateValuesReference(ValuesReferenceType value)
-