protected static enum Github.PropertyKeys extends java.lang.Enum<Github.PropertyKeys>
| Enum Constant and Description |
|---|
iconForks |
iconIssues |
iconStars |
repository |
style |
styleClass |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static Github.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Github.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Github.PropertyKeys widgetVar
public static final Github.PropertyKeys repository
public static final Github.PropertyKeys iconStars
public static final Github.PropertyKeys iconForks
public static final Github.PropertyKeys iconIssues
public static final Github.PropertyKeys style
public static final Github.PropertyKeys styleClass
public static Github.PropertyKeys[] values()
for (Github.PropertyKeys c : Github.PropertyKeys.values()) System.out.println(c);
public static Github.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<Github.PropertyKeys>Copyright © 2011–2018. All rights reserved.