public static enum SDMXDataResultBean.RESULT extends Enum<SDMXDataResultBean.RESULT>
| Modifier and Type | Method and Description |
|---|---|
static SDMXDataResultBean.RESULT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SDMXDataResultBean.RESULT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDMXDataResultBean.RESULT OK
public static final SDMXDataResultBean.RESULT ERROR
public static final SDMXDataResultBean.RESULT WARNING
public static SDMXDataResultBean.RESULT[] values()
for (SDMXDataResultBean.RESULT c : SDMXDataResultBean.RESULT.values()) System.out.println(c);
public static SDMXDataResultBean.RESULT 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.