Uses of Interface
net.opengis.ows11.AllowedValuesType
- 
Packages that use AllowedValuesType 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 AllowedValuesType in net.opengis.ows11Methods in net.opengis.ows11 that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeOws11Factory. createAllowedValuesType()Returns a new object of class 'Allowed Values Type'.AllowedValuesTypeDocumentRoot. getAllowedValues()Returns the value of the 'Allowed Values' containment reference.AllowedValuesTypeUnNamedDomainType. getAllowedValues()Returns the value of the 'Allowed Values' containment reference.Methods in net.opengis.ows11 with parameters of type AllowedValuesType Modifier and Type Method Description voidDocumentRoot. setAllowedValues(AllowedValuesType value)Sets the value of the 'Allowed Values' containment reference.voidUnNamedDomainType. setAllowedValues(AllowedValuesType value)Sets the value of the 'Allowed Values' containment reference.
- 
Uses of AllowedValuesType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement AllowedValuesType Modifier and Type Class Description classAllowedValuesTypeImplAn implementation of the model object 'Allowed Values Type'.Fields in net.opengis.ows11.impl declared as AllowedValuesType Modifier and Type Field Description protected AllowedValuesTypeUnNamedDomainTypeImpl. allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.ows11.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeOws11FactoryImpl. createAllowedValuesType()AllowedValuesTypeDocumentRootImpl. getAllowedValues()AllowedValuesTypeUnNamedDomainTypeImpl. getAllowedValues()Methods in net.opengis.ows11.impl with parameters of type AllowedValuesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)voidDocumentRootImpl. setAllowedValues(AllowedValuesType newAllowedValues)voidUnNamedDomainTypeImpl. setAllowedValues(AllowedValuesType newAllowedValues)
- 
Uses of AllowedValuesType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type AllowedValuesType Modifier and Type Method Description ObjectOws11Switch. caseAllowedValuesType(AllowedValuesType object)Returns the result of interpreting the object as an instance of 'Allowed Values Type'.booleanOws11Validator. validateAllowedValuesType(AllowedValuesType allowedValuesType, DiagnosticChain diagnostics, Map context)
- 
Uses of AllowedValuesType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type AllowedValuesType Modifier and Type Method Description booleanDocumentRootValidator. validateAllowedValues(AllowedValuesType value)booleanUnNamedDomainTypeValidator. validateAllowedValues(AllowedValuesType value)
- 
Uses of AllowedValuesType in net.opengis.wps10Methods in net.opengis.wps10 that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeLiteralInputType. getAllowedValues()Returns the value of the 'Allowed Values' containment reference.Methods in net.opengis.wps10 with parameters of type AllowedValuesType Modifier and Type Method Description voidLiteralInputType. setAllowedValues(AllowedValuesType value)Sets the value of the 'Allowed Values' containment reference.
- 
Uses of AllowedValuesType in net.opengis.wps10.implFields in net.opengis.wps10.impl declared as AllowedValuesType Modifier and Type Field Description protected AllowedValuesTypeLiteralInputTypeImpl. allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.wps10.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeLiteralInputTypeImpl. getAllowedValues()Methods in net.opengis.wps10.impl with parameters of type AllowedValuesType Modifier and Type Method Description NotificationChainLiteralInputTypeImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)voidLiteralInputTypeImpl. setAllowedValues(AllowedValuesType newAllowedValues)
- 
Uses of AllowedValuesType in net.opengis.wps10.validationMethods in net.opengis.wps10.validation with parameters of type AllowedValuesType Modifier and Type Method Description booleanLiteralInputTypeValidator. validateAllowedValues(AllowedValuesType value)
 
-