public static enum ThreadCop.ACCESS extends java.lang.Enum<ThreadCop.ACCESS>
Enum Constant and Description |
---|
MODIFY
modify access
|
READ
read access
|
Modifier and Type | Method and Description |
---|---|
static ThreadCop.ACCESS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadCop.ACCESS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreadCop.ACCESS READ
public static final ThreadCop.ACCESS MODIFY
public static ThreadCop.ACCESS[] values()
for (ThreadCop.ACCESS c : ThreadCop.ACCESS.values()) System.out.println(c);
public static ThreadCop.ACCESS 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 nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.