public static enum StickyBase.PropertyKeys extends Enum<StickyBase.PropertyKeys>
| Modifier and Type | Method and Description | 
|---|---|
| static StickyBase.PropertyKeys | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static StickyBase.PropertyKeys[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final StickyBase.PropertyKeys widgetVar
public static final StickyBase.PropertyKeys target
public static final StickyBase.PropertyKeys margin
public static StickyBase.PropertyKeys[] values()
for (StickyBase.PropertyKeys c : StickyBase.PropertyKeys.values()) System.out.println(c);
public static StickyBase.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 nullCopyright © 2020. All rights reserved.