Enum AoservProtocol.CommandId

java.lang.Object
java.lang.Enum<AoservProtocol.CommandId>
com.aoindustries.aoserv.client.schema.AoservProtocol.CommandId
All Implemented Interfaces:
Serializable, Comparable<AoservProtocol.CommandId>
Enclosing class:
AoservProtocol

public static enum AoservProtocol.CommandId extends Enum<AoservProtocol.CommandId>
Since the ordinals are used in the protocol (for compatibility with older implementations), values must be added to the end of this enum. Values may not be removed (since this would change the ordinals).