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.ows20
Methods in net.opengis.ows20 that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
Ows20Factory. 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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement AllowedValuesType Modifier and Type Class Description class
AllowedValuesTypeImpl
An implementation of the model object 'Allowed Values Type'.Fields in net.opengis.ows20.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.ows20.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
Ows20FactoryImpl. createAllowedValuesType()
AllowedValuesType
DocumentRootImpl. getAllowedValues()
AllowedValuesType
UnNamedDomainTypeImpl. getAllowedValues()
Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type AllowedValuesType Modifier and Type Method Description T
Ows20Switch. caseAllowedValuesType(AllowedValuesType object)
Returns the result of interpreting the object as an instance of 'Allowed Values Type'.boolean
Ows20Validator. validateAllowedValuesType(AllowedValuesType allowedValuesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AllowedValuesType in net.opengis.ows20.validation
Methods in net.opengis.ows20.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.wps20
Methods in net.opengis.wps20 that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
LiteralDataDomainType. 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 void
LiteralDataDomainType. setAllowedValues(AllowedValuesType value)
Sets the value of the 'Allowed Values
' containment reference. -
Uses of AllowedValuesType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as AllowedValuesType Modifier and Type Field Description protected AllowedValuesType
LiteralDataDomainTypeImpl. allowedValues
The cached value of the 'Allowed Values
' containment reference.Methods in net.opengis.wps20.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesType
LiteralDataDomainTypeImpl. getAllowedValues()
Methods in net.opengis.wps20.impl with parameters of type AllowedValuesType Modifier and Type Method Description NotificationChain
LiteralDataDomainTypeImpl. basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)
void
LiteralDataDomainTypeImpl. setAllowedValues(AllowedValuesType newAllowedValues)
-