Serializable
, Comparable<RunnerDetail.RunnerAccessLevel>
public static enum RunnerDetail.RunnerAccessLevel extends Enum<RunnerDetail.RunnerAccessLevel>
Enum Constant | Description |
---|---|
NOT_PROTECTED |
|
REF_PROTECTED |
Modifier and Type | Method | Description |
---|---|---|
static RunnerDetail.RunnerAccessLevel |
forValue(String value) |
|
String |
toString() |
|
String |
toValue() |
|
static RunnerDetail.RunnerAccessLevel |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RunnerDetail.RunnerAccessLevel[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerDetail.RunnerAccessLevel NOT_PROTECTED
public static final RunnerDetail.RunnerAccessLevel REF_PROTECTED
public static RunnerDetail.RunnerAccessLevel[] values()
for (RunnerDetail.RunnerAccessLevel c : RunnerDetail.RunnerAccessLevel.values()) System.out.println(c);
public static RunnerDetail.RunnerAccessLevel 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 static RunnerDetail.RunnerAccessLevel forValue(String value)
public String toValue()
public String toString()
toString
in class Enum<RunnerDetail.RunnerAccessLevel>
Copyright © 2018. All rights reserved.