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.ows20Methods in net.opengis.ows20 that return ValueType Modifier and Type Method Description ValueTypeOws20Factory. createValueType()Returns a new object of class 'Value Type'.ValueTypeDocumentRoot. getDefaultValue()Returns the value of the 'Default Value' containment reference.ValueTypeUnNamedDomainType. getDefaultValue()Returns the value of the 'Default Value' containment reference.ValueTypeDocumentRoot. getMaximumValue()Returns the value of the 'Maximum Value' containment reference.ValueTypeRangeType. getMaximumValue()Returns the value of the 'Maximum Value' containment reference.ValueTypeDocumentRoot. getMinimumValue()Returns the value of the 'Minimum Value' containment reference.ValueTypeRangeType. getMinimumValue()Returns the value of the 'Minimum Value' containment reference.ValueTypeDocumentRoot. getSpacing()Returns the value of the 'Spacing' containment reference.ValueTypeRangeType. getSpacing()Returns the value of the 'Spacing' containment reference.ValueTypeDocumentRoot. 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 voidDocumentRoot. setDefaultValue(ValueType value)Sets the value of the 'Default Value' containment reference.voidUnNamedDomainType. setDefaultValue(ValueType value)Sets the value of the 'Default Value' containment reference.voidDocumentRoot. setMaximumValue(ValueType value)Sets the value of the 'Maximum Value' containment reference.voidRangeType. setMaximumValue(ValueType value)Sets the value of the 'Maximum Value' containment reference.voidDocumentRoot. setMinimumValue(ValueType value)Sets the value of the 'Minimum Value' containment reference.voidRangeType. setMinimumValue(ValueType value)Sets the value of the 'Minimum Value' containment reference.voidDocumentRoot. setSpacing(ValueType value)Sets the value of the 'Spacing' containment reference.voidRangeType. setSpacing(ValueType value)Sets the value of the 'Spacing' containment reference.voidDocumentRoot. setValue(ValueType value)Sets the value of the 'Value' containment reference.
- 
Uses of ValueType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement ValueType Modifier and Type Class Description classValueTypeImplAn implementation of the model object 'Value Type'.Fields in net.opengis.ows20.impl declared as ValueType Modifier and Type Field Description protected ValueTypeUnNamedDomainTypeImpl. defaultValueThe cached value of the 'Default Value' containment reference.protected ValueTypeRangeTypeImpl. maximumValueThe cached value of the 'Maximum Value' containment reference.protected ValueTypeRangeTypeImpl. minimumValueThe cached value of the 'Minimum Value' containment reference.protected ValueTypeRangeTypeImpl. spacingThe cached value of the 'Spacing' containment reference.Methods in net.opengis.ows20.impl that return ValueType Modifier and Type Method Description ValueTypeOws20FactoryImpl. createValueType()ValueTypeDocumentRootImpl. getDefaultValue()ValueTypeUnNamedDomainTypeImpl. getDefaultValue()ValueTypeDocumentRootImpl. getMaximumValue()ValueTypeRangeTypeImpl. getMaximumValue()ValueTypeDocumentRootImpl. getMinimumValue()ValueTypeRangeTypeImpl. getMinimumValue()ValueTypeDocumentRootImpl. getSpacing()ValueTypeRangeTypeImpl. getSpacing()ValueTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)NotificationChainRangeTypeImpl. basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)NotificationChainRangeTypeImpl. basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSpacing(ValueType newSpacing, NotificationChain msgs)NotificationChainRangeTypeImpl. basicSetSpacing(ValueType newSpacing, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetValue(ValueType newValue, NotificationChain msgs)voidDocumentRootImpl. setDefaultValue(ValueType newDefaultValue)voidUnNamedDomainTypeImpl. setDefaultValue(ValueType newDefaultValue)voidDocumentRootImpl. setMaximumValue(ValueType newMaximumValue)voidRangeTypeImpl. setMaximumValue(ValueType newMaximumValue)voidDocumentRootImpl. setMinimumValue(ValueType newMinimumValue)voidRangeTypeImpl. setMinimumValue(ValueType newMinimumValue)voidDocumentRootImpl. setSpacing(ValueType newSpacing)voidRangeTypeImpl. setSpacing(ValueType newSpacing)voidDocumentRootImpl. setValue(ValueType newValue)
- 
Uses of ValueType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type ValueType Modifier and Type Method Description TOws20Switch. caseValueType(ValueType object)Returns the result of interpreting the object as an instance of 'Value Type'.booleanOws20Validator. validateValueType(ValueType valueType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ValueType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type ValueType Modifier and Type Method Description booleanDocumentRootValidator. validateDefaultValue(ValueType value)booleanUnNamedDomainTypeValidator. validateDefaultValue(ValueType value)booleanDocumentRootValidator. validateMaximumValue(ValueType value)booleanRangeTypeValidator. validateMaximumValue(ValueType value)booleanDocumentRootValidator. validateMinimumValue(ValueType value)booleanRangeTypeValidator. validateMinimumValue(ValueType value)booleanDocumentRootValidator. validateSpacing(ValueType value)booleanRangeTypeValidator. validateSpacing(ValueType value)booleanDocumentRootValidator. validateValue(ValueType value)Method parameters in net.opengis.ows20.validation with type arguments of type ValueType Modifier and Type Method Description booleanAllowedValuesTypeValidator. validateValue(EList<ValueType> value)
- 
Uses of ValueType in net.opengis.wps20Subinterfaces of ValueType in net.opengis.wps20 Modifier and Type Interface Description interfaceLiteralValueTypeA representation of the model object 'Literal Value Type'.Methods in net.opengis.wps20 that return ValueType Modifier and Type Method Description ValueTypeLiteralDataDomainType. 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 voidLiteralDataDomainType. setDefaultValue(ValueType value)Sets the value of the 'Default Value' containment reference.
- 
Uses of ValueType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement ValueType Modifier and Type Class Description classLiteralValueTypeImplAn implementation of the model object 'Literal Value Type'.Fields in net.opengis.wps20.impl declared as ValueType Modifier and Type Field Description protected ValueTypeLiteralDataDomainTypeImpl. defaultValueThe cached value of the 'Default Value' containment reference.Methods in net.opengis.wps20.impl that return ValueType Modifier and Type Method Description ValueTypeLiteralDataDomainTypeImpl. getDefaultValue()Methods in net.opengis.wps20.impl with parameters of type ValueType Modifier and Type Method Description NotificationChainLiteralDataDomainTypeImpl. basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)voidLiteralDataDomainTypeImpl. setDefaultValue(ValueType newDefaultValue)
- 
Uses of ValueType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type ValueType Modifier and Type Method Description TWps20Switch. caseValueType(ValueType object)Returns the result of interpreting the object as an instance of 'Value Type'.
 
-