public enum EocTypeEnum extends Enum<EocTypeEnum>
| Enum Constant and Description |
|---|
COMPANY |
ENTERPRISE |
REGION |
SITE |
| Modifier and Type | Method and Description |
|---|---|
String |
getEocTag() |
static EocTypeEnum |
getEocTypeEnum(Integer level) |
int |
getLevel() |
String |
getLevelTag() |
static int |
getMaxLevel() |
static int |
getMinLevel() |
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 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 int getLevel()
public String getLevelTag()
public String getEocTag()
public String getOmTag()
public static EocTypeEnum getEocTypeEnum(Integer level)
public static int getMinLevel()
public static int getMaxLevel()
Copyright © 2021. All rights reserved.