VOTableUtil
Class Field.Type

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

public static final class Field.Type
extends com.tbf.util.EnumType

Enumeration types for the Type property.

See Also:
Serialized Form

Field Summary
static Field.Type HIDDEN
           
static Field.Type NO_QUERY
           
static Field.Type TRIGGER
           
 
Constructor Summary
protected Field.Type(int value, java.lang.String desc)
           
 
Method Summary
static java.util.Enumeration elements()
           
static Field.Type 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

HIDDEN

public static final Field.Type HIDDEN

NO_QUERY

public static final Field.Type NO_QUERY

TRIGGER

public static final Field.Type TRIGGER
Constructor Detail

Field.Type

protected Field.Type(int value,
                     java.lang.String desc)
Method Detail

elements

public static final java.util.Enumeration elements()

fromString

public static final Field.Type fromString(java.lang.String str)