Project: stp

com.ibm.rational.wvcm.stp
Enum StpAccessControlEntry.EntryType

Object
  extended by Enum<StpAccessControlEntry.EntryType>
      extended by com.ibm.rational.wvcm.stp.StpAccessControlEntry.EntryType
All Implemented Interfaces:
com.ibm.rational.wvcm.stpex.StpExEnumeration, Serializable, Comparable<StpAccessControlEntry.EntryType>
Enclosing interface:
StpAccessControlEntry

public static enum StpAccessControlEntry.EntryType
extends Enum<StpAccessControlEntry.EntryType>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

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're 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

APPLIED

public static final StpAccessControlEntry.EntryType APPLIED
An entry applied explicitly to the controlled resource.


EFFECTIVE

public static final StpAccessControlEntry.EntryType EFFECTIVE
An effective entry derived from entries directly applied to one or more resources associated with the controlled resources.

Method Detail

valueOf

public static StpAccessControlEntry.EntryType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

values

public static final StpAccessControlEntry.EntryType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(StpAccessControlEntry.EntryType c : StpAccessControlEntry.EntryType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

Generated Fri 14-Dec-2012 12:56 AM

Copyright © IBM 2012. All rights reserved.