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