Uses of Interface
net.opengis.ows11.AnyValueType
-
Packages that use AnyValueType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.validation -
-
Uses of AnyValueType in net.opengis.ows11
Methods in net.opengis.ows11 that return AnyValueType Modifier and Type Method Description AnyValueType
Ows11Factory. 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.ows11 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.ows11.impl
Classes in net.opengis.ows11.impl that implement AnyValueType Modifier and Type Class Description class
AnyValueTypeImpl
An implementation of the model object 'Any Value Type'.Fields in net.opengis.ows11.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.ows11.impl that return AnyValueType Modifier and Type Method Description AnyValueType
Ows11FactoryImpl. createAnyValueType()
AnyValueType
DocumentRootImpl. getAnyValue()
AnyValueType
UnNamedDomainTypeImpl. getAnyValue()
Methods in net.opengis.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type AnyValueType Modifier and Type Method Description Object
Ows11Switch. caseAnyValueType(AnyValueType object)
Returns the result of interpreting the object as an instance of 'Any Value Type'.boolean
Ows11Validator. validateAnyValueType(AnyValueType anyValueType, DiagnosticChain diagnostics, Map context)
-
Uses of AnyValueType in net.opengis.ows11.validation
Methods in net.opengis.ows11.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.wps10
Methods in net.opengis.wps10 that return AnyValueType Modifier and Type Method Description AnyValueType
LiteralInputType. getAnyValue()
Returns the value of the 'Any Value' containment reference.Methods in net.opengis.wps10 with parameters of type AnyValueType Modifier and Type Method Description void
LiteralInputType. setAnyValue(AnyValueType value)
Sets the value of the 'Any Value
' containment reference. -
Uses of AnyValueType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as AnyValueType Modifier and Type Field Description protected AnyValueType
LiteralInputTypeImpl. anyValue
The cached value of the 'Any Value
' containment reference.Methods in net.opengis.wps10.impl that return AnyValueType Modifier and Type Method Description AnyValueType
LiteralInputTypeImpl. getAnyValue()
Methods in net.opengis.wps10.impl with parameters of type AnyValueType Modifier and Type Method Description NotificationChain
LiteralInputTypeImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)
void
LiteralInputTypeImpl. setAnyValue(AnyValueType newAnyValue)
-
Uses of AnyValueType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type AnyValueType Modifier and Type Method Description boolean
LiteralInputTypeValidator. validateAnyValue(AnyValueType value)
-