Package com.wombat.mama
Class MamaFtState
- java.lang.Object
-
- com.wombat.mama.MamaFtState
-
public class MamaFtState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
MAMA_FT_STATE_ACTIVE
static short
MAMA_FT_STATE_STANDBY
static short
MAMA_FT_STATE_UNKNOWN
-
Constructor Summary
Constructors Constructor Description MamaFtState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
toString(short ftState)
-
-
-
Field Detail
-
MAMA_FT_STATE_STANDBY
public static final short MAMA_FT_STATE_STANDBY
- See Also:
- Constant Field Values
-
MAMA_FT_STATE_ACTIVE
public static final short MAMA_FT_STATE_ACTIVE
- See Also:
- Constant Field Values
-
MAMA_FT_STATE_UNKNOWN
public static final short MAMA_FT_STATE_UNKNOWN
- See Also:
- Constant Field Values
-
-