public enum EocTypeEnum extends Enum<EocTypeEnum>
| Enum Constant and Description |
|---|
COMPANY_ID |
REGION_ID |
SITE_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatakeyTag() |
String |
getEocTag() |
String |
getMdcTag() |
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 COMPANY_ID
public static final EocTypeEnum SITE_ID
public static final EocTypeEnum REGION_ID
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 getEocTag()
public String getOmTag()
public String getMdcTag()
public String getDatakeyTag()
Copyright © 2020. All rights reserved.