org.hops.util
Class answer_expected

java.lang.Object
  extended by org.hops.util.answer_expected
All Implemented Interfaces:
java.io.Serializable

public class answer_expected
extends java.lang.Object
implements java.io.Serializable

expected constants

See Also:
Serialized Form

Field Summary
static answer_expected all
          system initiated
static answer_expected no
          system stopped
static answer_expected partial
          system running
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 boolean equalsTo(answer_expected _t)
          Indicates whether a expected is "equal to" this one.
 boolean equalsTo(java.lang.String _t)
          Indicates whether the expected represented by the String _t is "equal to" this one.
static answer_expected toObject(java.lang.String _s)
          returns the expected representation of the String _s
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

no

public static final answer_expected no
system stopped


partial

public static final answer_expected partial
system running


all

public static final answer_expected all
system initiated

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object

equalsTo

public boolean equalsTo(answer_expected _t)
Indicates whether a expected is "equal to" this one.


equalsTo

public boolean equalsTo(java.lang.String _t)
Indicates whether the expected represented by the String _t is "equal to" this one.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object

toObject

public static answer_expected toObject(java.lang.String _s)
returns the expected representation of the String _s