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