Package edu.sc.seis.sod
Class Status
- java.lang.Object
-
- edu.sc.seis.sod.Status
-
- All Implemented Interfaces:
java.io.Serializable
public class Status extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Status()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Status
get(Stage stage, Standing standing)
static Status
get(java.lang.String nestedText)
short
getAsShort()
static Status
getFromShort(short val)
Stage
getStage()
int
getStageInt()
Standing
getStanding()
int
getStandingInt()
protected void
setStageInt(int val)
protected void
setStandingInt(int val)
java.lang.String
toString()
-
-
-
Field Detail
-
ALL
public static final Status[][] ALL
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getStanding
public Standing getStanding()
-
getStage
public Stage getStage()
-
getAsShort
public short getAsShort()
-
getFromShort
public static Status getFromShort(short val)
-
getStandingInt
public int getStandingInt()
-
setStandingInt
protected void setStandingInt(int val)
-
getStageInt
public int getStageInt()
-
setStageInt
protected void setStageInt(int val)
-
get
public static Status get(java.lang.String nestedText)
-
-