Uses of Interface
net.opengis.ows20.ValuesReferenceType
- 
Packages that use ValuesReferenceType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation net.opengis.wps20 net.opengis.wps20.impl 
- 
- 
Uses of ValuesReferenceType in net.opengis.ows20Methods in net.opengis.ows20 that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceTypeOws20Factory. 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.ows20 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.ows20.implClasses in net.opengis.ows20.impl that implement ValuesReferenceType Modifier and Type Class Description classValuesReferenceTypeImplAn implementation of the model object 'Values Reference Type'.Fields in net.opengis.ows20.impl declared as ValuesReferenceType Modifier and Type Field Description protected ValuesReferenceTypeUnNamedDomainTypeImpl. valuesReferenceThe cached value of the 'Values Reference' containment reference.Methods in net.opengis.ows20.impl that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceTypeOws20FactoryImpl. createValuesReferenceType()ValuesReferenceTypeDocumentRootImpl. getValuesReference()ValuesReferenceTypeUnNamedDomainTypeImpl. getValuesReference()Methods in net.opengis.ows20.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.ows20.utilMethods in net.opengis.ows20.util with parameters of type ValuesReferenceType Modifier and Type Method Description TOws20Switch. caseValuesReferenceType(ValuesReferenceType object)Returns the result of interpreting the object as an instance of 'Values Reference Type'.booleanOws20Validator. validateValuesReferenceType(ValuesReferenceType valuesReferenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ValuesReferenceType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type ValuesReferenceType Modifier and Type Method Description booleanDocumentRootValidator. validateValuesReference(ValuesReferenceType value)booleanUnNamedDomainTypeValidator. validateValuesReference(ValuesReferenceType value)
- 
Uses of ValuesReferenceType in net.opengis.wps20Methods in net.opengis.wps20 that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceTypeLiteralDataDomainType. getValuesReference()Returns the value of the 'Values Reference' containment reference.Methods in net.opengis.wps20 with parameters of type ValuesReferenceType Modifier and Type Method Description voidLiteralDataDomainType. setValuesReference(ValuesReferenceType value)Sets the value of the 'Values Reference' containment reference.
- 
Uses of ValuesReferenceType in net.opengis.wps20.implFields in net.opengis.wps20.impl declared as ValuesReferenceType Modifier and Type Field Description protected ValuesReferenceTypeLiteralDataDomainTypeImpl. valuesReferenceThe cached value of the 'Values Reference' containment reference.Methods in net.opengis.wps20.impl that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceTypeLiteralDataDomainTypeImpl. getValuesReference()Methods in net.opengis.wps20.impl with parameters of type ValuesReferenceType Modifier and Type Method Description NotificationChainLiteralDataDomainTypeImpl. basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)voidLiteralDataDomainTypeImpl. setValuesReference(ValuesReferenceType newValuesReference)
 
-