Uses of Interface
net.opengis.ows20.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in net.opengis.ows20
Methods in net.opengis.ows20 that return ValueTypeModifier and TypeMethodDescriptionOws20Factory.createValueType()Returns a new object of class 'Value Type'.DocumentRoot.getDefaultValue()Returns the value of the 'Default Value' containment reference.UnNamedDomainType.getDefaultValue()Returns the value of the 'Default Value' containment reference.DocumentRoot.getMaximumValue()Returns the value of the 'Maximum Value' containment reference.RangeType.getMaximumValue()Returns the value of the 'Maximum Value' containment reference.DocumentRoot.getMinimumValue()Returns the value of the 'Minimum Value' containment reference.RangeType.getMinimumValue()Returns the value of the 'Minimum Value' containment reference.DocumentRoot.getSpacing()Returns the value of the 'Spacing' containment reference.RangeType.getSpacing()Returns the value of the 'Spacing' containment reference.DocumentRoot.getValue()Returns the value of the 'Value' containment reference.Methods in net.opengis.ows20 that return types with arguments of type ValueTypeModifier and TypeMethodDescriptionEList<ValueType>AllowedValuesType.getValue()Returns the value of the 'Value' containment reference list.Methods in net.opengis.ows20 with parameters of type ValueTypeModifier and TypeMethodDescriptionvoidDocumentRoot.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.voidSets the value of the 'Value' containment reference. -
Uses of ValueType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ValueTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Value Type'.Fields in net.opengis.ows20.impl declared as ValueTypeModifier and TypeFieldDescriptionprotected 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 ValueTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createValueType()DocumentRootImpl.getDefaultValue()UnNamedDomainTypeImpl.getDefaultValue()DocumentRootImpl.getMaximumValue()RangeTypeImpl.getMaximumValue()DocumentRootImpl.getMinimumValue()RangeTypeImpl.getMinimumValue()DocumentRootImpl.getSpacing()RangeTypeImpl.getSpacing()DocumentRootImpl.getValue()Methods in net.opengis.ows20.impl that return types with arguments of type ValueTypeMethods in net.opengis.ows20.impl with parameters of type ValueTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.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) void -
Uses of ValueType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ValueTypeModifier and TypeMethodDescriptionOws20Switch.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.validation
Methods in net.opengis.ows20.validation with parameters of type ValueTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.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 ValueTypeModifier and TypeMethodDescriptionbooleanAllowedValuesTypeValidator.validateValue(EList<ValueType> value) -
Uses of ValueType in net.opengis.wps20
Subinterfaces of ValueType in net.opengis.wps20Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Literal Value Type'.Methods in net.opengis.wps20 that return ValueTypeModifier and TypeMethodDescriptionLiteralDataDomainType.getDefaultValue()Returns the value of the 'Default Value' containment reference.Methods in net.opengis.wps20 with parameters of type ValueTypeModifier and TypeMethodDescriptionvoidLiteralDataDomainType.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 ValueTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Literal Value Type'.Fields in net.opengis.wps20.impl declared as ValueTypeModifier and TypeFieldDescriptionprotected ValueTypeLiteralDataDomainTypeImpl.defaultValueThe cached value of the 'Default Value' containment reference.Methods in net.opengis.wps20.impl that return ValueTypeMethods in net.opengis.wps20.impl with parameters of type ValueTypeModifier and TypeMethodDescriptionNotificationChainLiteralDataDomainTypeImpl.basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs) voidLiteralDataDomainTypeImpl.setDefaultValue(ValueType newDefaultValue) -
Uses of ValueType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ValueTypeModifier and TypeMethodDescriptionWps20Switch.caseValueType(ValueType object) Returns the result of interpreting the object as an instance of 'Value Type'.