public static enum SocialClientContext.SupportedVersion extends Enum<SocialClientContext.SupportedVersion>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SocialClientContext.SupportedVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialClientContext.SupportedVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialClientContext.SupportedVersion V1_ALPHA3
public static final SocialClientContext.SupportedVersion V1_ALPHA2
public static final SocialClientContext.SupportedVersion V1_ALPHA1
public static SocialClientContext.SupportedVersion[] values()
for (SocialClientContext.SupportedVersion c : SocialClientContext.SupportedVersion.values()) System.out.println(c);
public static SocialClientContext.SupportedVersion 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<SocialClientContext.SupportedVersion>Copyright © 2011–2015 eXo Platform SAS. All rights reserved.