public static enum Menu.PropertyKeys extends Enum<Menu.PropertyKeys>
Enum Constant and Description |
---|
at |
model |
my |
overlay |
style |
styleClass |
toggleable |
trigger |
triggerEvent |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Menu.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Menu.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Menu.PropertyKeys widgetVar
public static final Menu.PropertyKeys model
public static final Menu.PropertyKeys trigger
public static final Menu.PropertyKeys my
public static final Menu.PropertyKeys at
public static final Menu.PropertyKeys overlay
public static final Menu.PropertyKeys style
public static final Menu.PropertyKeys styleClass
public static final Menu.PropertyKeys triggerEvent
public static final Menu.PropertyKeys toggleable
public static Menu.PropertyKeys[] values()
for (Menu.PropertyKeys c : Menu.PropertyKeys.values()) System.out.println(c);
public static Menu.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<Menu.PropertyKeys>
Copyright © 2017. All rights reserved.