protected static enum Social.PropertyKeys extends java.lang.Enum<Social.PropertyKeys>
| Enum Constant and Description |
|---|
emailTo |
onclick |
onmouseenter |
onmouseleave |
pinterestMedia |
shareIn |
shares |
showCount |
showLabel |
style |
styleClass |
text |
theme |
twitterHashtags |
twitterUsername |
url |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static Social.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Social.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Social.PropertyKeys widgetVar
public static final Social.PropertyKeys url
public static final Social.PropertyKeys text
public static final Social.PropertyKeys showLabel
public static final Social.PropertyKeys showCount
public static final Social.PropertyKeys shares
public static final Social.PropertyKeys shareIn
public static final Social.PropertyKeys theme
public static final Social.PropertyKeys emailTo
public static final Social.PropertyKeys twitterUsername
public static final Social.PropertyKeys twitterHashtags
public static final Social.PropertyKeys pinterestMedia
public static final Social.PropertyKeys style
public static final Social.PropertyKeys styleClass
public static final Social.PropertyKeys onclick
public static final Social.PropertyKeys onmouseenter
public static final Social.PropertyKeys onmouseleave
public static Social.PropertyKeys[] values()
for (Social.PropertyKeys c : Social.PropertyKeys.values()) System.out.println(c);
public static Social.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<Social.PropertyKeys>Copyright © 2011–2018. All rights reserved.