public enum OSUMessageType extends Enum<OSUMessageType>
Enum Constant and Description |
---|
Error |
ExchangeComplete |
GetCertificate |
PostDevData |
Modifier and Type | Method and Description |
---|---|
static OSUMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSUMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSUMessageType PostDevData
public static final OSUMessageType ExchangeComplete
public static final OSUMessageType GetCertificate
public static final OSUMessageType Error
public static OSUMessageType[] values()
for (OSUMessageType c : OSUMessageType.values()) System.out.println(c);
public static OSUMessageType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null