|
Project: stp | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
ObjectEnum<StpAccessControlEntry.EntryType>
com.ibm.rational.wvcm.stp.StpAccessControlEntry.EntryType
public static enum StpAccessControlEntry.EntryType
An enumeration of the type of permission being reported
| Enum Constant Summary | |
|---|---|
APPLIED
An entry applied explicitly to the controlled resource. |
|
EFFECTIVE
An effective entry derived from entries directly applied to one or more resources associated with the controlled resources. |
|
| Method Summary | |
|---|---|
static StpAccessControlEntry.EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StpAccessControlEntry.EntryType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StpAccessControlEntry.EntryType APPLIED
public static final StpAccessControlEntry.EntryType EFFECTIVE
| Method Detail |
|---|
public static StpAccessControlEntry.EntryType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static StpAccessControlEntry.EntryType[] values()
for (StpAccessControlEntry.EntryType c : StpAccessControlEntry.EntryType.values()) System.out.println(c);
|
Generated Thu 6-Nov-2014 11:02 PM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||