public static enum MessageHelper.EFamily extends java.lang.Enum<MessageHelper.EFamily>
| Enum Constant and Description |
|---|
Audit |
Command |
Query |
Response |
Signal |
| Modifier and Type | Method and Description |
|---|---|
static MessageHelper.EFamily |
getEnum(java.lang.String s) |
java.lang.String |
getType(java.lang.String base) |
static MessageHelper.EFamily |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageHelper.EFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageHelper.EFamily Audit
public static final MessageHelper.EFamily Command
public static final MessageHelper.EFamily Query
public static final MessageHelper.EFamily Response
public static final MessageHelper.EFamily Signal
public static MessageHelper.EFamily[] values()
for (MessageHelper.EFamily c : MessageHelper.EFamily.values()) System.out.println(c);
public static MessageHelper.EFamily valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static MessageHelper.EFamily getEnum(java.lang.String s)
public java.lang.String getType(java.lang.String base)