public static enum Message.DisplayType extends Enum<Message.DisplayType>
| Modifier and Type | Method and Description |
|---|---|
static Message.DisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.DisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.DisplayType MINIMUM
public static final Message.DisplayType MAXIMUM
public String text
public static Message.DisplayType[] values()
for (Message.DisplayType c : Message.DisplayType.values()) System.out.println(c);
public static Message.DisplayType 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 © 2023 jUPnP.org. All rights reserved.