VOTableUtil
Class Resource.Type

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

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

Enumeration types for the Type property.

See Also:
Serialized Form

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

RESULTS

public static final Resource.Type RESULTS

META

public static final Resource.Type META
Constructor Detail

Resource.Type

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

elements

public static final java.util.Enumeration elements()

fromString

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