-
public interface ProtocolEnumCommon interface for all enums used in protocol definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringprotocolName()The value to use in the protocol (e.g.
-
-
-
Method Detail
-
protocolName
String protocolName()
The value to use in the protocol (e.g. JSON string to serialize the enum constant)
-
-