protected static enum BreadcrumbMenuBase.PropertyKeys extends java.lang.Enum<BreadcrumbMenuBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
model |
style |
styleClass |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static BreadcrumbMenuBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreadcrumbMenuBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreadcrumbMenuBase.PropertyKeys accesskey
public static final BreadcrumbMenuBase.PropertyKeys model
public static final BreadcrumbMenuBase.PropertyKeys style
public static final BreadcrumbMenuBase.PropertyKeys styleClass
public static BreadcrumbMenuBase.PropertyKeys[] values()
for (BreadcrumbMenuBase.PropertyKeys c : BreadcrumbMenuBase.PropertyKeys.values()) System.out.println(c);
public static BreadcrumbMenuBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<BreadcrumbMenuBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.