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