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.ows11Methods in net.opengis.ows11 that return AnyValueType Modifier and Type Method Description AnyValueTypeOws11Factory. createAnyValueType()Returns a new object of class 'Any Value Type'.AnyValueTypeDocumentRoot. getAnyValue()Returns the value of the 'Any Value' containment reference.AnyValueTypeUnNamedDomainType. 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 voidDocumentRoot. setAnyValue(AnyValueType value)Sets the value of the 'Any Value' containment reference.voidUnNamedDomainType. setAnyValue(AnyValueType value)Sets the value of the 'Any Value' containment reference.
- 
Uses of AnyValueType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement AnyValueType Modifier and Type Class Description classAnyValueTypeImplAn implementation of the model object 'Any Value Type'.Fields in net.opengis.ows11.impl declared as AnyValueType Modifier and Type Field Description protected AnyValueTypeUnNamedDomainTypeImpl. anyValueThe cached value of the 'Any Value' containment reference.Methods in net.opengis.ows11.impl that return AnyValueType Modifier and Type Method Description AnyValueTypeOws11FactoryImpl. createAnyValueType()AnyValueTypeDocumentRootImpl. getAnyValue()AnyValueTypeUnNamedDomainTypeImpl. getAnyValue()Methods in net.opengis.ows11.impl with parameters of type AnyValueType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)voidDocumentRootImpl. setAnyValue(AnyValueType newAnyValue)voidUnNamedDomainTypeImpl. setAnyValue(AnyValueType newAnyValue)
- 
Uses of AnyValueType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type AnyValueType Modifier and Type Method Description ObjectOws11Switch. caseAnyValueType(AnyValueType object)Returns the result of interpreting the object as an instance of 'Any Value Type'.booleanOws11Validator. validateAnyValueType(AnyValueType anyValueType, DiagnosticChain diagnostics, Map context)
- 
Uses of AnyValueType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type AnyValueType Modifier and Type Method Description booleanDocumentRootValidator. validateAnyValue(AnyValueType value)booleanUnNamedDomainTypeValidator. validateAnyValue(AnyValueType value)
- 
Uses of AnyValueType in net.opengis.wps10Methods in net.opengis.wps10 that return AnyValueType Modifier and Type Method Description AnyValueTypeLiteralInputType. 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 voidLiteralInputType. setAnyValue(AnyValueType value)Sets the value of the 'Any Value' containment reference.
- 
Uses of AnyValueType in net.opengis.wps10.implFields in net.opengis.wps10.impl declared as AnyValueType Modifier and Type Field Description protected AnyValueTypeLiteralInputTypeImpl. anyValueThe cached value of the 'Any Value' containment reference.Methods in net.opengis.wps10.impl that return AnyValueType Modifier and Type Method Description AnyValueTypeLiteralInputTypeImpl. getAnyValue()Methods in net.opengis.wps10.impl with parameters of type AnyValueType Modifier and Type Method Description NotificationChainLiteralInputTypeImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)voidLiteralInputTypeImpl. setAnyValue(AnyValueType newAnyValue)
- 
Uses of AnyValueType in net.opengis.wps10.validationMethods in net.opengis.wps10.validation with parameters of type AnyValueType Modifier and Type Method Description booleanLiteralInputTypeValidator. validateAnyValue(AnyValueType value)
 
-