public enum ClusterMessageType extends Enum<ClusterMessageType> implements org.uberfire.commons.message.MessageType
| Enum Constant and Description |
|---|
NEW_FS |
QUERY_FOR_FS |
QUERY_FOR_FS_RESULT |
SYNC_FS |
| Modifier and Type | Method and Description |
|---|---|
static ClusterMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterMessageType NEW_FS
public static final ClusterMessageType SYNC_FS
public static final ClusterMessageType QUERY_FOR_FS
public static final ClusterMessageType QUERY_FOR_FS_RESULT
public static ClusterMessageType[] values()
for (ClusterMessageType c : ClusterMessageType.values()) System.out.println(c);
public static ClusterMessageType 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 nullCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.