public enum EocTypeEnum extends Enum<EocTypeEnum>
| Enum Constant and Description |
|---|
COMPANY |
ENTERPRISE |
EX_COMPANY |
EX_REGION |
EX_SITE |
REGION |
SITE |
| Modifier and Type | Method and Description |
|---|---|
String |
getEocTag() |
String |
getLevelTag() |
String |
getOmTag() |
static EocTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EocTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EocTypeEnum ENTERPRISE
public static final EocTypeEnum COMPANY
public static final EocTypeEnum SITE
public static final EocTypeEnum REGION
public static final EocTypeEnum EX_COMPANY
public static final EocTypeEnum EX_SITE
public static final EocTypeEnum EX_REGION
public static EocTypeEnum[] values()
for (EocTypeEnum c : EocTypeEnum.values()) System.out.println(c);
public static EocTypeEnum 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 getLevelTag()
public String getEocTag()
public String getOmTag()
Copyright © 2023. All rights reserved.