public static enum GenerateInteger.Type extends Enum<GenerateInteger.Type>
| Modifier and Type | Method and Description |
|---|---|
static GenerateInteger.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerateInteger.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenerateInteger.Type POSITIVE
public static final GenerateInteger.Type NEGATIVE
public static final GenerateInteger.Type ANY
public static final GenerateInteger.Type RANGE
public static GenerateInteger.Type[] values()
for (GenerateInteger.Type c : GenerateInteger.Type.values()) System.out.println(c);
public static GenerateInteger.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2018 RedRoma, Inc.. All rights reserved.