public interface State
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Return the integer code assigned to the state.
|
java.lang.String |
getName()
Returns the name of the state.
|
java.lang.String |
toString()
Return string representation of state description and its code.
|
java.lang.String getName()
int getCode()
java.lang.String toString()
toString
in class java.lang.Object