Uses of Interface
net.opengis.ows20.ValueType
-
Packages that use ValueType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ValueType in net.opengis.ows20
Methods in net.opengis.ows20 that return ValueType Modifier and Type Method Description ValueType
Ows20Factory. createValueType()
Returns a new object of class 'Value Type'.ValueType
DocumentRoot. getDefaultValue()
Returns the value of the 'Default Value' containment reference.ValueType
UnNamedDomainType. getDefaultValue()
Returns the value of the 'Default Value' containment reference.ValueType
DocumentRoot. getMaximumValue()
Returns the value of the 'Maximum Value' containment reference.ValueType
RangeType. getMaximumValue()
Returns the value of the 'Maximum Value' containment reference.ValueType
DocumentRoot. getMinimumValue()
Returns the value of the 'Minimum Value' containment reference.ValueType
RangeType. getMinimumValue()
Returns the value of the 'Minimum Value' containment reference.ValueType
DocumentRoot. getSpacing()
Returns the value of the 'Spacing' containment reference.ValueType
RangeType. getSpacing()
Returns the value of the 'Spacing' containment reference.ValueType
DocumentRoot. getValue()
Returns the value of the 'Value' containment reference.Methods in net.opengis.ows20 that return types with arguments of type ValueType Modifier and Type Method Description EList<ValueType>
AllowedValuesType. getValue()
Returns the value of the 'Value' containment reference list.Methods in net.opengis.ows20 with parameters of type ValueType Modifier and Type Method Description void
DocumentRoot. setDefaultValue(ValueType value)
Sets the value of the 'Default Value
' containment reference.void
UnNamedDomainType. setDefaultValue(ValueType value)
Sets the value of the 'Default Value
' containment reference.void
DocumentRoot. setMaximumValue(ValueType value)
Sets the value of the 'Maximum Value
' containment reference.void
RangeType. setMaximumValue(ValueType value)
Sets the value of the 'Maximum Value
' containment reference.void
DocumentRoot. setMinimumValue(ValueType value)
Sets the value of the 'Minimum Value
' containment reference.void
RangeType. setMinimumValue(ValueType value)
Sets the value of the 'Minimum Value
' containment reference.void
DocumentRoot. setSpacing(ValueType value)
Sets the value of the 'Spacing
' containment reference.void
RangeType. setSpacing(ValueType value)
Sets the value of the 'Spacing
' containment reference.void
DocumentRoot. setValue(ValueType value)
Sets the value of the 'Value
' containment reference. -
Uses of ValueType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ValueType Modifier and Type Class Description class
ValueTypeImpl
An implementation of the model object 'Value Type'.Fields in net.opengis.ows20.impl declared as ValueType Modifier and Type Field Description protected ValueType
UnNamedDomainTypeImpl. defaultValue
The cached value of the 'Default Value
' containment reference.protected ValueType
RangeTypeImpl. maximumValue
The cached value of the 'Maximum Value
' containment reference.protected ValueType
RangeTypeImpl. minimumValue
The cached value of the 'Minimum Value
' containment reference.protected ValueType
RangeTypeImpl. spacing
The cached value of the 'Spacing
' containment reference.Methods in net.opengis.ows20.impl that return ValueType Modifier and Type Method Description ValueType
Ows20FactoryImpl. createValueType()
ValueType
DocumentRootImpl. getDefaultValue()
ValueType
UnNamedDomainTypeImpl. getDefaultValue()
ValueType
DocumentRootImpl. getMaximumValue()
ValueType
RangeTypeImpl. getMaximumValue()
ValueType
DocumentRootImpl. getMinimumValue()
ValueType
RangeTypeImpl. getMinimumValue()
ValueType
DocumentRootImpl. getSpacing()
ValueType
RangeTypeImpl. getSpacing()
ValueType
DocumentRootImpl. getValue()
Methods in net.opengis.ows20.impl that return types with arguments of type ValueType Modifier and Type Method Description EList<ValueType>
AllowedValuesTypeImpl. getValue()
Methods in net.opengis.ows20.impl with parameters of type ValueType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)
NotificationChain
RangeTypeImpl. basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)
NotificationChain
RangeTypeImpl. basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetSpacing(ValueType newSpacing, NotificationChain msgs)
NotificationChain
RangeTypeImpl. basicSetSpacing(ValueType newSpacing, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetValue(ValueType newValue, NotificationChain msgs)
void
DocumentRootImpl. setDefaultValue(ValueType newDefaultValue)
void
UnNamedDomainTypeImpl. setDefaultValue(ValueType newDefaultValue)
void
DocumentRootImpl. setMaximumValue(ValueType newMaximumValue)
void
RangeTypeImpl. setMaximumValue(ValueType newMaximumValue)
void
DocumentRootImpl. setMinimumValue(ValueType newMinimumValue)
void
RangeTypeImpl. setMinimumValue(ValueType newMinimumValue)
void
DocumentRootImpl. setSpacing(ValueType newSpacing)
void
RangeTypeImpl. setSpacing(ValueType newSpacing)
void
DocumentRootImpl. setValue(ValueType newValue)
-
Uses of ValueType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ValueType Modifier and Type Method Description T
Ows20Switch. caseValueType(ValueType object)
Returns the result of interpreting the object as an instance of 'Value Type'.boolean
Ows20Validator. validateValueType(ValueType valueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ValueType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ValueType Modifier and Type Method Description boolean
DocumentRootValidator. validateDefaultValue(ValueType value)
boolean
UnNamedDomainTypeValidator. validateDefaultValue(ValueType value)
boolean
DocumentRootValidator. validateMaximumValue(ValueType value)
boolean
RangeTypeValidator. validateMaximumValue(ValueType value)
boolean
DocumentRootValidator. validateMinimumValue(ValueType value)
boolean
RangeTypeValidator. validateMinimumValue(ValueType value)
boolean
DocumentRootValidator. validateSpacing(ValueType value)
boolean
RangeTypeValidator. validateSpacing(ValueType value)
boolean
DocumentRootValidator. validateValue(ValueType value)
Method parameters in net.opengis.ows20.validation with type arguments of type ValueType Modifier and Type Method Description boolean
AllowedValuesTypeValidator. validateValue(EList<ValueType> value)
-
Uses of ValueType in net.opengis.wps20
Subinterfaces of ValueType in net.opengis.wps20 Modifier and Type Interface Description interface
LiteralValueType
A representation of the model object 'Literal Value Type'.Methods in net.opengis.wps20 that return ValueType Modifier and Type Method Description ValueType
LiteralDataDomainType. getDefaultValue()
Returns the value of the 'Default Value' containment reference.Methods in net.opengis.wps20 with parameters of type ValueType Modifier and Type Method Description void
LiteralDataDomainType. setDefaultValue(ValueType value)
Sets the value of the 'Default Value
' containment reference. -
Uses of ValueType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ValueType Modifier and Type Class Description class
LiteralValueTypeImpl
An implementation of the model object 'Literal Value Type'.Fields in net.opengis.wps20.impl declared as ValueType Modifier and Type Field Description protected ValueType
LiteralDataDomainTypeImpl. defaultValue
The cached value of the 'Default Value
' containment reference.Methods in net.opengis.wps20.impl that return ValueType Modifier and Type Method Description ValueType
LiteralDataDomainTypeImpl. getDefaultValue()
Methods in net.opengis.wps20.impl with parameters of type ValueType Modifier and Type Method Description NotificationChain
LiteralDataDomainTypeImpl. basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)
void
LiteralDataDomainTypeImpl. setDefaultValue(ValueType newDefaultValue)
-
Uses of ValueType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ValueType Modifier and Type Method Description T
Wps20Switch. caseValueType(ValueType object)
Returns the result of interpreting the object as an instance of 'Value Type'.
-