VOTableUtil
Class Link.ContentRole

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

public static final class Link.ContentRole
extends com.tbf.util.EnumType

Enumeration types for the ContentRole property.

See Also:
Serialized Form

Field Summary
static Link.ContentRole DOC
           
static Link.ContentRole HINTS
           
static Link.ContentRole QUERY
           
 
Constructor Summary
protected Link.ContentRole(int value, java.lang.String desc)
           
 
Method Summary
static java.util.Enumeration elements()
           
static Link.ContentRole 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

QUERY

public static final Link.ContentRole QUERY

HINTS

public static final Link.ContentRole HINTS

DOC

public static final Link.ContentRole DOC
Constructor Detail

Link.ContentRole

protected Link.ContentRole(int value,
                           java.lang.String desc)
Method Detail

elements

public static final java.util.Enumeration elements()

fromString

public static final Link.ContentRole fromString(java.lang.String str)