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