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.ows11Methods in net.opengis.ows11 that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceTypeOws11Factory. createValuesReferenceType()Returns a new object of class 'Values Reference Type'.ValuesReferenceTypeDocumentRoot. getValuesReference()Returns the value of the 'Values Reference' containment reference.ValuesReferenceTypeUnNamedDomainType. 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 voidDocumentRoot. setValuesReference(ValuesReferenceType value)Sets the value of the 'Values Reference' containment reference.voidUnNamedDomainType. setValuesReference(ValuesReferenceType value)Sets the value of the 'Values Reference' containment reference.
- 
Uses of ValuesReferenceType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ValuesReferenceType Modifier and Type Class Description classValuesReferenceTypeImplAn implementation of the model object 'Values Reference Type'.Fields in net.opengis.ows11.impl declared as ValuesReferenceType Modifier and Type Field Description protected ValuesReferenceTypeUnNamedDomainTypeImpl. valuesReferenceThe cached value of the 'Values Reference' containment reference.Methods in net.opengis.ows11.impl that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceTypeOws11FactoryImpl. createValuesReferenceType()ValuesReferenceTypeDocumentRootImpl. getValuesReference()ValuesReferenceTypeUnNamedDomainTypeImpl. getValuesReference()Methods in net.opengis.ows11.impl with parameters of type ValuesReferenceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)voidDocumentRootImpl. setValuesReference(ValuesReferenceType newValuesReference)voidUnNamedDomainTypeImpl. setValuesReference(ValuesReferenceType newValuesReference)
- 
Uses of ValuesReferenceType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ValuesReferenceType Modifier and Type Method Description ObjectOws11Switch. caseValuesReferenceType(ValuesReferenceType object)Returns the result of interpreting the object as an instance of 'Values Reference Type'.booleanOws11Validator. validateValuesReferenceType(ValuesReferenceType valuesReferenceType, DiagnosticChain diagnostics, Map context)
- 
Uses of ValuesReferenceType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ValuesReferenceType Modifier and Type Method Description booleanDocumentRootValidator. validateValuesReference(ValuesReferenceType value)booleanUnNamedDomainTypeValidator. validateValuesReference(ValuesReferenceType value)
 
-