public enum TagEntityTypeEnum extends java.lang.Enum<TagEntityTypeEnum> implements BaseEnum<java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getType() |
java.lang.String |
getTypeDesc() |
java.lang.Integer |
getValue() |
static TagEntityTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagEntityTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfenumToString, getEnum, getEnum, isValidpublic static final TagEntityTypeEnum TENANT
public static final TagEntityTypeEnum COMPANY
public static TagEntityTypeEnum[] values()
for (TagEntityTypeEnum c : TagEntityTypeEnum.values()) System.out.println(c);
public static TagEntityTypeEnum 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 java.lang.Integer getType()
public java.lang.String getTypeDesc()