protected static enum Terminal.PropertyKeys extends Enum<Terminal.PropertyKeys>
Enum Constant and Description |
---|
commandHandler |
prompt |
style |
styleClass |
welcomeMessage |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Terminal.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Terminal.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Terminal.PropertyKeys widgetVar
public static final Terminal.PropertyKeys style
public static final Terminal.PropertyKeys styleClass
public static final Terminal.PropertyKeys welcomeMessage
public static final Terminal.PropertyKeys prompt
public static final Terminal.PropertyKeys commandHandler
public static Terminal.PropertyKeys[] values()
for (Terminal.PropertyKeys c : Terminal.PropertyKeys.values()) System.out.println(c);
public static Terminal.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<Terminal.PropertyKeys>
Copyright © 2015. All rights reserved.