VOTableUtil
Class Max.Inclusive

java.lang.Object
  |
  +--com.tbf.util.EnumType
        |
        +--VOTableUtil.Max.Inclusive
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Enclosing class:
Max

public static final class Max.Inclusive
extends com.tbf.util.EnumType

Enumeration types for the Inclusive property.

See Also:
Serialized Form

Field Summary
static Max.Inclusive NO
           
static Max.Inclusive YES
           
 
Constructor Summary
protected Max.Inclusive(int value, java.lang.String desc)
           
 
Method Summary
static java.util.Enumeration elements()
           
static Max.Inclusive fromString(java.lang.String str)
           
 
Methods inherited from class com.tbf.util.EnumType
elements, equals, getByString, getByValue, getMaxValue, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

YES

public static final Max.Inclusive YES

NO

public static final Max.Inclusive NO
Constructor Detail

Max.Inclusive

protected Max.Inclusive(int value,
                        java.lang.String desc)
Method Detail

elements

public static final java.util.Enumeration elements()

fromString

public static final Max.Inclusive fromString(java.lang.String str)