public static enum IFeedMessage.MessageType extends Enum<IFeedMessage.MessageType>
| Enum Constant and Description |
|---|
END |
SUPER_FEED_MANAGER_ELECT |
| Modifier and Type | Method and Description |
|---|---|
static IFeedMessage.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFeedMessage.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFeedMessage.MessageType END
public static final IFeedMessage.MessageType SUPER_FEED_MANAGER_ELECT
public static IFeedMessage.MessageType[] values()
for (IFeedMessage.MessageType c : IFeedMessage.MessageType.values()) System.out.println(c);
public static IFeedMessage.MessageType 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 © 2016 The Apache Software Foundation. All rights reserved.