public static enum SDMXRegistryClient.Detail extends Enum<SDMXRegistryClient.Detail>
| Enum Constant and Description |
|---|
allstubs |
full |
referencestubs |
| Modifier and Type | Method and Description |
|---|---|
static SDMXRegistryClient.Detail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SDMXRegistryClient.Detail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDMXRegistryClient.Detail full
public static final SDMXRegistryClient.Detail allstubs
public static final SDMXRegistryClient.Detail referencestubs
public static SDMXRegistryClient.Detail[] values()
for (SDMXRegistryClient.Detail c : SDMXRegistryClient.Detail.values()) System.out.println(c);
public static SDMXRegistryClient.Detail 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 © 2017. All Rights Reserved.