public static enum BuilderExceptionCode.BuilderExceptionCodes extends java.lang.Enum<BuilderExceptionCode.BuilderExceptionCodes>
| Enum Constant and Description |
|---|
BUILDER10000
The builder10000.
|
BUILDER10001
The builder10001.
|
BUILDER10003
The builder10003.
|
BUILDER10004
The builder10004.
|
BUILDER10005
The builder10005.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
get key.
|
java.lang.Integer |
getNum()
get num.
|
static BuilderExceptionCode.BuilderExceptionCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuilderExceptionCode.BuilderExceptionCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderExceptionCode.BuilderExceptionCodes BUILDER10000
public static final BuilderExceptionCode.BuilderExceptionCodes BUILDER10001
public static final BuilderExceptionCode.BuilderExceptionCodes BUILDER10003
public static final BuilderExceptionCode.BuilderExceptionCodes BUILDER10004
public static final BuilderExceptionCode.BuilderExceptionCodes BUILDER10005
public static BuilderExceptionCode.BuilderExceptionCodes[] values()
for (BuilderExceptionCode.BuilderExceptionCodes c : BuilderExceptionCode.BuilderExceptionCodes.values()) System.out.println(c);
public static BuilderExceptionCode.BuilderExceptionCodes 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.String getKey()
public java.lang.Integer getNum()