Uses of Interface
net.opengis.ows20.AnyValueType
-
Packages that use AnyValueType 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 AnyValueType in net.opengis.ows20
Methods in net.opengis.ows20 that return AnyValueType Modifier and Type Method Description AnyValueType
Ows20Factory. createAnyValueType()
Returns a new object of class 'Any Value Type'.AnyValueType
DocumentRoot. getAnyValue()
Returns the value of the 'Any Value' containment reference.AnyValueType
UnNamedDomainType. getAnyValue()
Returns the value of the 'Any Value' containment reference.Methods in net.opengis.ows20 with parameters of type AnyValueType Modifier and Type Method Description void
DocumentRoot. setAnyValue(AnyValueType value)
Sets the value of the 'Any Value
' containment reference.void
UnNamedDomainType. setAnyValue(AnyValueType value)
Sets the value of the 'Any Value
' containment reference. -
Uses of AnyValueType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AnyValueType Modifier and Type Class Description class
AnyValueTypeImpl
An implementation of the model object 'Any Value Type'.Fields in net.opengis.ows20.impl declared as AnyValueType Modifier and Type Field Description protected AnyValueType
UnNamedDomainTypeImpl. anyValue
The cached value of the 'Any Value
' containment reference.Methods in net.opengis.ows20.impl that return AnyValueType Modifier and Type Method Description AnyValueType
Ows20FactoryImpl. createAnyValueType()
AnyValueType
DocumentRootImpl. getAnyValue()
AnyValueType
UnNamedDomainTypeImpl. getAnyValue()
Methods in net.opengis.ows20.impl with parameters of type AnyValueType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)
void
DocumentRootImpl. setAnyValue(AnyValueType newAnyValue)
void
UnNamedDomainTypeImpl. setAnyValue(AnyValueType newAnyValue)
-
Uses of AnyValueType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AnyValueType Modifier and Type Method Description T
Ows20Switch. caseAnyValueType(AnyValueType object)
Returns the result of interpreting the object as an instance of 'Any Value Type'.boolean
Ows20Validator. validateAnyValueType(AnyValueType anyValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AnyValueType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AnyValueType Modifier and Type Method Description boolean
DocumentRootValidator. validateAnyValue(AnyValueType value)
boolean
UnNamedDomainTypeValidator. validateAnyValue(AnyValueType value)
-
Uses of AnyValueType in net.opengis.wps20
Methods in net.opengis.wps20 that return AnyValueType Modifier and Type Method Description AnyValueType
LiteralDataDomainType. getAnyValue()
Returns the value of the 'Any Value' containment reference.Methods in net.opengis.wps20 with parameters of type AnyValueType Modifier and Type Method Description void
LiteralDataDomainType. setAnyValue(AnyValueType value)
Sets the value of the 'Any Value
' containment reference. -
Uses of AnyValueType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as AnyValueType Modifier and Type Field Description protected AnyValueType
LiteralDataDomainTypeImpl. anyValue
The cached value of the 'Any Value
' containment reference.Methods in net.opengis.wps20.impl that return AnyValueType Modifier and Type Method Description AnyValueType
LiteralDataDomainTypeImpl. getAnyValue()
Methods in net.opengis.wps20.impl with parameters of type AnyValueType Modifier and Type Method Description NotificationChain
LiteralDataDomainTypeImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)
void
LiteralDataDomainTypeImpl. setAnyValue(AnyValueType newAnyValue)
-