public enum ExternalSystemEnum extends Enum<ExternalSystemEnum> implements ExternalSystemExtEnum
| Enum Constant and Description |
|---|
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
String |
getSystemName()
Gets name of this enum.
|
static ExternalSystemEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalSystemEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalSystemEnum UNDEFINED
public static ExternalSystemEnum[] values()
for (ExternalSystemEnum c : ExternalSystemEnum.values()) System.out.println(c);
public static ExternalSystemEnum 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 getSystemName()
ExternalSystemExtEnumgetSystemName in interface ExternalSystemExtEnumCopyright © 2018 Pivotal Software, Inc.. All rights reserved.