public static enum Organisation.VersionEnum extends Enum<Organisation.VersionEnum>
| Enum Constant and Description |
|---|
AU |
AUONRAMP |
GLOBAL |
GLOBALONRAMP |
NZ |
NZONRAMP |
UK |
UKONRAMP |
US |
USONRAMP |
| Modifier and Type | Method and Description |
|---|---|
static Organisation.VersionEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Organisation.VersionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Organisation.VersionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Organisation.VersionEnum AU
public static final Organisation.VersionEnum NZ
public static final Organisation.VersionEnum GLOBAL
public static final Organisation.VersionEnum UK
public static final Organisation.VersionEnum US
public static final Organisation.VersionEnum AUONRAMP
public static final Organisation.VersionEnum NZONRAMP
public static final Organisation.VersionEnum GLOBALONRAMP
public static final Organisation.VersionEnum UKONRAMP
public static final Organisation.VersionEnum USONRAMP
public static Organisation.VersionEnum[] values()
for (Organisation.VersionEnum c : Organisation.VersionEnum.values()) System.out.println(c);
public static Organisation.VersionEnum 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 String getValue()
public String toString()
toString in class Enum<Organisation.VersionEnum>public static Organisation.VersionEnum fromValue(String text)
Copyright © 2019. All rights reserved.