public static enum StpAccessControlEntry.EntryType extends Enum<StpAccessControlEntry.EntryType> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final StpAccessControlEntry.EntryType APPLIED
public static final StpAccessControlEntry.EntryType EFFECTIVE
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 nameNullPointerException
- if the argument is nullpublic static StpAccessControlEntry.EntryType[] values()
for (StpAccessControlEntry.EntryType c : StpAccessControlEntry.EntryType.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.