public enum EntityType extends java.lang.Enum<EntityType>
| Enum Constant and Description |
|---|
ADR |
ANM |
BLD |
COM |
DAT |
DEV |
DOC |
EVN |
FDD |
GEA |
GEO |
GEX |
HOU |
LEN |
MAI |
MEA |
MMD |
MON |
NPH |
NPR |
ORG |
PCT |
PHO |
PPH |
PRD |
VCL |
WEB |
WRK |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
fromDescription(java.lang.String description) |
java.lang.String |
getDescription() |
static EntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityType ADR
public static final EntityType ANM
public static final EntityType BLD
public static final EntityType COM
public static final EntityType DAT
public static final EntityType DEV
public static final EntityType DOC
public static final EntityType EVN
public static final EntityType FDD
public static final EntityType GEA
public static final EntityType GEO
public static final EntityType GEX
public static final EntityType HOU
public static final EntityType LEN
public static final EntityType MAI
public static final EntityType MEA
public static final EntityType MMD
public static final EntityType MON
public static final EntityType NPH
public static final EntityType ORG
public static final EntityType PCT
public static final EntityType PHO
public static final EntityType PPH
public static final EntityType PRD
public static final EntityType VCL
public static final EntityType WEB
public static final EntityType WRK
public static final EntityType NPR
public static EntityType[] values()
for (EntityType c : EntityType.values()) System.out.println(c);
public static EntityType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static EntityType fromDescription(java.lang.String description)
public java.lang.String getDescription()