edu.sc.seis.sod
Class Standing
java.lang.Object
edu.sc.seis.sod.Standing
- All Implemented Interfaces:
- java.io.Serializable
public class Standing
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INIT
public static final Standing INIT
IN_PROG
public static final Standing IN_PROG
REJECT
public static final Standing REJECT
RETRY
public static final Standing RETRY
CORBA_FAILURE
public static final Standing CORBA_FAILURE
SYSTEM_FAILURE
public static final Standing SYSTEM_FAILURE
SUCCESS
public static final Standing SUCCESS
ALL
public static final Standing[] ALL
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getVal
public int getVal()
getFromInt
public static Standing getFromInt(int val)
getForName
public static Standing getForName(java.lang.String name)
throws java.lang.NoSuchFieldException
- Throws:
java.lang.NoSuchFieldException