public class CommandType
Represents type of the interface Command
interface Command
Constructor and Description |
---|
CommandType(short value)
Represents type of the
interface Command |
Modifier and Type | Method and Description |
---|---|
short |
component1() |
CommandType |
copy(short value)
Represents type of the
interface Command |
boolean |
equals(java.lang.Object p) |
short |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public CommandType(short value)
Represents type of the interface Command
interface Command
public short getValue()
public short component1()
public CommandType copy(short value)
Represents type of the interface Command
interface Command
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)