private static enum Prj_FBcl.CmdCfg extends java.lang.Enum<Prj_FBcl.CmdCfg>
| Enum Constant and Description |
|---|
include |
nothing |
replaceType |
| Modifier and Type | Method and Description |
|---|---|
static Prj_FBcl.CmdCfg |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Prj_FBcl.CmdCfg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Prj_FBcl.CmdCfg replaceType
public static final Prj_FBcl.CmdCfg include
public static final Prj_FBcl.CmdCfg nothing
public static Prj_FBcl.CmdCfg[] values()
for (Prj_FBcl.CmdCfg c : Prj_FBcl.CmdCfg.values()) System.out.println(c);
public static Prj_FBcl.CmdCfg 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 null