public static enum RestChecker.SUPPORT_VERSION extends Enum<RestChecker.SUPPORT_VERSION>
| Modifier and Type | Method and Description |
|---|---|
int |
getVersion() |
static RestChecker.SUPPORT_VERSION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestChecker.SUPPORT_VERSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestChecker.SUPPORT_VERSION v1
public static final RestChecker.SUPPORT_VERSION v2
public static RestChecker.SUPPORT_VERSION[] values()
for (RestChecker.SUPPORT_VERSION c : RestChecker.SUPPORT_VERSION.values()) System.out.println(c);
public static RestChecker.SUPPORT_VERSION 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 int getVersion()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.