public static enum ExperienceFragmentsClient.XF_TAG extends Enum<ExperienceFragmentsClient.XF_TAG> implements ExperienceFragmentsClient.XFTag
| Enum Constant and Description |
|---|
EXPERIENCE_FRAGMENTS |
FACEBOOK |
PINTEREST |
VARIATION |
WEB |
| Modifier and Type | Method and Description |
|---|---|
static ExperienceFragmentsClient.XF_TAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperienceFragmentsClient.XF_TAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOftagIDpublic static final ExperienceFragmentsClient.XF_TAG EXPERIENCE_FRAGMENTS
public static final ExperienceFragmentsClient.XF_TAG VARIATION
public static final ExperienceFragmentsClient.XF_TAG WEB
public static final ExperienceFragmentsClient.XF_TAG FACEBOOK
public static final ExperienceFragmentsClient.XF_TAG PINTEREST
public static ExperienceFragmentsClient.XF_TAG[] values()
for (ExperienceFragmentsClient.XF_TAG c : ExperienceFragmentsClient.XF_TAG.values()) System.out.println(c);
public static ExperienceFragmentsClient.XF_TAG 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 © 2018. All rights reserved.