eu.xtreemos.xosd.xmlextractor.constants
Class JSDLConstants.RangeValue_TypeConstants

java.lang.Object
  extended by eu.xtreemos.xosd.xmlextractor.constants.JSDLConstants.RangeValue_TypeConstants
Enclosing class:
JSDLConstants

public class JSDLConstants.RangeValue_TypeConstants
extends java.lang.Object


Field Summary
static java.lang.String epsilon
           
static java.lang.String Exact
           
static java.lang.String exclusiveBound
           
static java.lang.String LowerBound
           
static java.lang.String LowerBoundedRange
           
static java.lang.String Range
           
static java.lang.String UpperBound
           
static java.lang.String UpperBoundedRange
           
 
Constructor Summary
JSDLConstants.RangeValue_TypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exclusiveBound

public static final java.lang.String exclusiveBound
See Also:
Constant Field Values

epsilon

public static final java.lang.String epsilon
See Also:
Constant Field Values

UpperBoundedRange

public static final java.lang.String UpperBoundedRange
See Also:
Constant Field Values

LowerBoundedRange

public static final java.lang.String LowerBoundedRange
See Also:
Constant Field Values

Exact

public static final java.lang.String Exact
See Also:
Constant Field Values

Range

public static final java.lang.String Range
See Also:
Constant Field Values

LowerBound

public static final java.lang.String LowerBound
See Also:
Constant Field Values

UpperBound

public static final java.lang.String UpperBound
See Also:
Constant Field Values
Constructor Detail

JSDLConstants.RangeValue_TypeConstants

public JSDLConstants.RangeValue_TypeConstants()