public enum DetailLevel extends Enum<DetailLevel>
Modifier and Type | Method and Description |
---|---|
boolean |
hasLowerDetailThen(DetailLevel other) |
static DetailLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetailLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetailLevel Low
public static final DetailLevel High
public static DetailLevel[] values()
for (DetailLevel c : DetailLevel.values()) System.out.println(c);
public static DetailLevel 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 nullpublic final boolean hasLowerDetailThen(DetailLevel other)
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.