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