Class Status

java.lang.Object
edu.sc.seis.sod.Status
All Implemented Interfaces:
Serializable

public class Status extends Object implements Serializable
See Also:
  • Field Details

    • ALL

      public static final Status[][] ALL
  • Constructor Details

    • Status

      protected Status()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStanding

      public Standing getStanding()
    • getStage

      public Stage getStage()
    • getAsShort

      public short getAsShort()
    • getFromShort

      public static Status getFromShort(short val)
    • get

      public static Status get(Stage stage, Standing standing)
    • 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(String nestedText)