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