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.ows20
Methods in net.opengis.ows20 that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceType
Ows20Factory. 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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement ValuesReferenceType Modifier and Type Class Description class
ValuesReferenceTypeImpl
An implementation of the model object 'Values Reference Type'.Fields in net.opengis.ows20.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.ows20.impl that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceType
Ows20FactoryImpl. createValuesReferenceType()
ValuesReferenceType
DocumentRootImpl. getValuesReference()
ValuesReferenceType
UnNamedDomainTypeImpl. getValuesReference()
Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type ValuesReferenceType Modifier and Type Method Description T
Ows20Switch. caseValuesReferenceType(ValuesReferenceType object)
Returns the result of interpreting the object as an instance of 'Values Reference Type'.boolean
Ows20Validator. validateValuesReferenceType(ValuesReferenceType valuesReferenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ValuesReferenceType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ValuesReferenceType Modifier and Type Method Description boolean
DocumentRootValidator. validateValuesReference(ValuesReferenceType value)
boolean
UnNamedDomainTypeValidator. validateValuesReference(ValuesReferenceType value)
-
Uses of ValuesReferenceType in net.opengis.wps20
Methods in net.opengis.wps20 that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceType
LiteralDataDomainType. 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 void
LiteralDataDomainType. setValuesReference(ValuesReferenceType value)
Sets the value of the 'Values Reference
' containment reference. -
Uses of ValuesReferenceType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as ValuesReferenceType Modifier and Type Field Description protected ValuesReferenceType
LiteralDataDomainTypeImpl. valuesReference
The cached value of the 'Values Reference
' containment reference.Methods in net.opengis.wps20.impl that return ValuesReferenceType Modifier and Type Method Description ValuesReferenceType
LiteralDataDomainTypeImpl. getValuesReference()
Methods in net.opengis.wps20.impl with parameters of type ValuesReferenceType Modifier and Type Method Description NotificationChain
LiteralDataDomainTypeImpl. basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)
void
LiteralDataDomainTypeImpl. setValuesReference(ValuesReferenceType newValuesReference)
-