public static enum SHERPAResponse.SHERPAFormat extends Enum<SHERPAResponse.SHERPAFormat>
| Modifier and Type | Method and Description |
|---|---|
static SHERPAResponse.SHERPAFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SHERPAResponse.SHERPAFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SHERPAResponse.SHERPAFormat JSON
public static final SHERPAResponse.SHERPAFormat XML
public static SHERPAResponse.SHERPAFormat[] values()
for (SHERPAResponse.SHERPAFormat c : SHERPAResponse.SHERPAFormat.values()) System.out.println(c);
public static SHERPAResponse.SHERPAFormat 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 © 2022 LYRASIS. All rights reserved.