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