VOTableUtil
Class Stream.Actuate

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

public static final class Stream.Actuate
extends com.tbf.util.EnumType

Enumeration types for the Actuate property.

See Also:
Serialized Form

Field Summary
static Stream.Actuate NONE
           
static Stream.Actuate ON_LOAD
           
static Stream.Actuate ON_REQUEST
           
static Stream.Actuate OTHER
           
 
Constructor Summary
protected Stream.Actuate(int value, java.lang.String desc)
           
 
Method Summary
static java.util.Enumeration elements()
           
static Stream.Actuate 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

ON_LOAD

public static final Stream.Actuate ON_LOAD

ON_REQUEST

public static final Stream.Actuate ON_REQUEST

OTHER

public static final Stream.Actuate OTHER

NONE

public static final Stream.Actuate NONE
Constructor Detail

Stream.Actuate

protected Stream.Actuate(int value,
                         java.lang.String desc)
Method Detail

elements

public static final java.util.Enumeration elements()

fromString

public static final Stream.Actuate fromString(java.lang.String str)