Uses of Class
net.opengis.ows11.RangeClosureType

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

Uses of RangeClosureType in net.opengis.ows11
 

Fields in net.opengis.ows11 declared as RangeClosureType
static RangeClosureType RangeClosureType.CLOSED_LITERAL
          The 'Closed' literal object.
static RangeClosureType RangeClosureType.CLOSED_OPEN_LITERAL
          The 'Closed Open' literal object.
static RangeClosureType RangeClosureType.OPEN_CLOSED_LITERAL
          The 'Open Closed' literal object.
static RangeClosureType RangeClosureType.OPEN_LITERAL
          The 'Open' literal object.
 

Methods in net.opengis.ows11 that return RangeClosureType
static RangeClosureType RangeClosureType.get(int value)
          Returns the 'Range Closure Type' literal with the specified integer value.
static RangeClosureType RangeClosureType.get(java.lang.String literal)
          Returns the 'Range Closure Type' literal with the specified literal value.
static RangeClosureType RangeClosureType.getByName(java.lang.String name)
          Returns the 'Range Closure Type' literal with the specified name.
 RangeClosureType DocumentRoot.getRangeClosure()
          Returns the value of the 'Range Closure' attribute.
 RangeClosureType RangeType.getRangeClosure()
          Returns the value of the 'Range Closure' attribute.
 

Methods in net.opengis.ows11 with parameters of type RangeClosureType
 void DocumentRoot.setRangeClosure(RangeClosureType value)
          Sets the value of the 'Range Closure' attribute.
 void RangeType.setRangeClosure(RangeClosureType value)
          Sets the value of the 'Range Closure' attribute.
 

Uses of RangeClosureType in net.opengis.ows11.impl
 

Fields in net.opengis.ows11.impl declared as RangeClosureType
protected static RangeClosureType DocumentRootImpl.RANGE_CLOSURE_EDEFAULT
          The default value of the 'Range Closure' attribute.
protected static RangeClosureType RangeTypeImpl.RANGE_CLOSURE_EDEFAULT
          The default value of the 'Range Closure' attribute.
protected  RangeClosureType DocumentRootImpl.rangeClosure
          The cached value of the 'Range Closure' attribute.
protected  RangeClosureType RangeTypeImpl.rangeClosure
          The cached value of the 'Range Closure' attribute.
 

Methods in net.opengis.ows11.impl that return RangeClosureType
 RangeClosureType Ows11FactoryImpl.createRangeClosureTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RangeClosureType Ows11FactoryImpl.createRangeClosureTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RangeClosureType DocumentRootImpl.getRangeClosure()
           
 RangeClosureType RangeTypeImpl.getRangeClosure()
           
 

Methods in net.opengis.ows11.impl with parameters of type RangeClosureType
 void DocumentRootImpl.setRangeClosure(RangeClosureType newRangeClosure)
           
 void RangeTypeImpl.setRangeClosure(RangeClosureType newRangeClosure)
           
 

Uses of RangeClosureType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type RangeClosureType
 boolean Ows11Validator.validateRangeClosureType(RangeClosureType rangeClosureType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean Ows11Validator.validateRangeClosureTypeObject(RangeClosureType rangeClosureTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of RangeClosureType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type RangeClosureType
 boolean DocumentRootValidator.validateRangeClosure(RangeClosureType value)
           
 boolean RangeTypeValidator.validateRangeClosure(RangeClosureType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.