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.ows11
Methods in net.opengis.ows11 that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
Ows11Factory. createAllowedValuesType()
Returns a new object of class 'Allowed Values Type'.AllowedValuesType
DocumentRoot. getAllowedValues()
Returns the value of the 'Allowed Values' containment reference.AllowedValuesType
UnNamedDomainType. 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 void
DocumentRoot. setAllowedValues(AllowedValuesType value)
Sets the value of the 'Allowed Values
' containment reference.void
UnNamedDomainType. setAllowedValues(AllowedValuesType value)
Sets the value of the 'Allowed Values
' containment reference. -
Uses of AllowedValuesType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement AllowedValuesType Modifier and Type Class Description class
AllowedValuesTypeImpl
An implementation of the model object 'Allowed Values Type'.Fields in net.opengis.ows11.impl declared as AllowedValuesType Modifier and Type Field Description protected AllowedValuesType
UnNamedDomainTypeImpl. allowedValues
The cached value of the 'Allowed Values
' containment reference.Methods in net.opengis.ows11.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
Ows11FactoryImpl. createAllowedValuesType()
AllowedValuesType
DocumentRootImpl. getAllowedValues()
AllowedValuesType
UnNamedDomainTypeImpl. getAllowedValues()
Methods in net.opengis.ows11.impl with parameters of type AllowedValuesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)
void
DocumentRootImpl. setAllowedValues(AllowedValuesType newAllowedValues)
void
UnNamedDomainTypeImpl. setAllowedValues(AllowedValuesType newAllowedValues)
-
Uses of AllowedValuesType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type AllowedValuesType Modifier and Type Method Description Object
Ows11Switch. caseAllowedValuesType(AllowedValuesType object)
Returns the result of interpreting the object as an instance of 'Allowed Values Type'.boolean
Ows11Validator. validateAllowedValuesType(AllowedValuesType allowedValuesType, DiagnosticChain diagnostics, Map context)
-
Uses of AllowedValuesType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type AllowedValuesType Modifier and Type Method Description boolean
DocumentRootValidator. validateAllowedValues(AllowedValuesType value)
boolean
UnNamedDomainTypeValidator. validateAllowedValues(AllowedValuesType value)
-
Uses of AllowedValuesType in net.opengis.wps10
Methods in net.opengis.wps10 that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
LiteralInputType. 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 void
LiteralInputType. setAllowedValues(AllowedValuesType value)
Sets the value of the 'Allowed Values
' containment reference. -
Uses of AllowedValuesType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as AllowedValuesType Modifier and Type Field Description protected AllowedValuesType
LiteralInputTypeImpl. allowedValues
The cached value of the 'Allowed Values
' containment reference.Methods in net.opengis.wps10.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
LiteralInputTypeImpl. getAllowedValues()
Methods in net.opengis.wps10.impl with parameters of type AllowedValuesType Modifier and Type Method Description NotificationChain
LiteralInputTypeImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)
void
LiteralInputTypeImpl. setAllowedValues(AllowedValuesType newAllowedValues)
-
Uses of AllowedValuesType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type AllowedValuesType Modifier and Type Method Description boolean
LiteralInputTypeValidator. validateAllowedValues(AllowedValuesType value)
-