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 AnyValueTypeOws20Factory. 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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement AnyValueType Modifier and Type Class Description classAnyValueTypeImplAn implementation of the model object 'Any Value Type'.Fields in net.opengis.ows20.impl declared as AnyValueType Modifier and Type Field Description protected AnyValueTypeUnNamedDomainTypeImpl. anyValueThe cached value of the 'Any Value' containment reference.Methods in net.opengis.ows20.impl that return AnyValueType Modifier and Type Method Description AnyValueTypeOws20FactoryImpl. createAnyValueType()AnyValueTypeDocumentRootImpl. getAnyValue()AnyValueTypeUnNamedDomainTypeImpl. getAnyValue()Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type AnyValueType Modifier and Type Method Description TOws20Switch. caseAnyValueType(AnyValueType object)Returns the result of interpreting the object as an instance of 'Any Value Type'.booleanOws20Validator. 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 booleanDocumentRootValidator. validateAnyValue(AnyValueType value)booleanUnNamedDomainTypeValidator. validateAnyValue(AnyValueType value) -
Uses of AnyValueType in net.opengis.wps20
Methods in net.opengis.wps20 that return AnyValueType Modifier and Type Method Description AnyValueTypeLiteralDataDomainType. 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 voidLiteralDataDomainType. 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 AnyValueTypeLiteralDataDomainTypeImpl. anyValueThe cached value of the 'Any Value' containment reference.Methods in net.opengis.wps20.impl that return AnyValueType Modifier and Type Method Description AnyValueTypeLiteralDataDomainTypeImpl. getAnyValue()Methods in net.opengis.wps20.impl with parameters of type AnyValueType Modifier and Type Method Description NotificationChainLiteralDataDomainTypeImpl. basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)voidLiteralDataDomainTypeImpl. setAnyValue(AnyValueType newAnyValue)
-