Uses of Interface
net.opengis.ows11.ValueType

Packages that use ValueType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of ValueType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ValueType
 ValueType Ows11Factory.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.ows11 with parameters of type ValueType
 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.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ValueType
 class ValueTypeImpl
          An implementation of the model object 'Value Type'.
 

Fields in net.opengis.ows11.impl declared as ValueType
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.ows11.impl that return ValueType
 ValueType Ows11FactoryImpl.createValueType()
           
 ValueType UnNamedDomainTypeImpl.getDefaultValue()
           
 ValueType DocumentRootImpl.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.ows11.impl with parameters of type ValueType
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetDefaultValue(ValueType newDefaultValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDefaultValue(ValueType newDefaultValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMaximumValue(ValueType newMaximumValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RangeTypeImpl.basicSetMaximumValue(ValueType newMaximumValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMinimumValue(ValueType newMinimumValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RangeTypeImpl.basicSetMinimumValue(ValueType newMinimumValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSpacing(ValueType newSpacing, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RangeTypeImpl.basicSetSpacing(ValueType newSpacing, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetValue(ValueType newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UnNamedDomainTypeImpl.setDefaultValue(ValueType newDefaultValue)
           
 void DocumentRootImpl.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.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ValueType
 java.lang.Object Ows11Switch.caseValueType(ValueType object)
          Returns the result of interpreting the object as an instance of 'Value Type'.
 boolean Ows11Validator.validateValueType(ValueType valueType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ValueType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ValueType
 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)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.