Uses of Interface
net.opengis.ows20.AllowedValuesType
- 
Packages that use AllowedValuesType 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 AllowedValuesType in net.opengis.ows20Methods in net.opengis.ows20 that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeOws20Factory. 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.ows20 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.ows20.implClasses in net.opengis.ows20.impl that implement AllowedValuesType Modifier and Type Class Description classAllowedValuesTypeImplAn implementation of the model object 'Allowed Values Type'.Fields in net.opengis.ows20.impl declared as AllowedValuesType Modifier and Type Field Description protected AllowedValuesTypeUnNamedDomainTypeImpl. allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.ows20.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeOws20FactoryImpl. createAllowedValuesType()AllowedValuesTypeDocumentRootImpl. getAllowedValues()AllowedValuesTypeUnNamedDomainTypeImpl. getAllowedValues()Methods in net.opengis.ows20.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.ows20.utilMethods in net.opengis.ows20.util with parameters of type AllowedValuesType Modifier and Type Method Description TOws20Switch. caseAllowedValuesType(AllowedValuesType object)Returns the result of interpreting the object as an instance of 'Allowed Values Type'.booleanOws20Validator. validateAllowedValuesType(AllowedValuesType allowedValuesType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of AllowedValuesType in net.opengis.ows20.validationMethods in net.opengis.ows20.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.wps20Methods in net.opengis.wps20 that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeLiteralDataDomainType. getAllowedValues()Returns the value of the 'Allowed Values' containment reference.Methods in net.opengis.wps20 with parameters of type AllowedValuesType Modifier and Type Method Description voidLiteralDataDomainType. setAllowedValues(AllowedValuesType value)Sets the value of the 'Allowed Values' containment reference.
- 
Uses of AllowedValuesType in net.opengis.wps20.implFields in net.opengis.wps20.impl declared as AllowedValuesType Modifier and Type Field Description protected AllowedValuesTypeLiteralDataDomainTypeImpl. allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.wps20.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeLiteralDataDomainTypeImpl. getAllowedValues()Methods in net.opengis.wps20.impl with parameters of type AllowedValuesType Modifier and Type Method Description NotificationChainLiteralDataDomainTypeImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)voidLiteralDataDomainTypeImpl. setAllowedValues(AllowedValuesType newAllowedValues)
 
-