public static enum SecuredRule.Scope extends Enum<SecuredRule.Scope>
| Enum Constant and Description |
|---|
ANY |
SELF_ACCT |
SELF_ACCT_PEER |
SELF_ACCT_PEER_UPDATE |
SELF_ID |
SELF_NAME |
| Modifier and Type | Method and Description |
|---|---|
static SecuredRule.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecuredRule.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuredRule.Scope ANY
public static final SecuredRule.Scope SELF_ID
public static final SecuredRule.Scope SELF_NAME
public static final SecuredRule.Scope SELF_ACCT
public static final SecuredRule.Scope SELF_ACCT_PEER
public static final SecuredRule.Scope SELF_ACCT_PEER_UPDATE
public static SecuredRule.Scope[] values()
for (SecuredRule.Scope c : SecuredRule.Scope.values()) System.out.println(c);
public static SecuredRule.Scope 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 nullCopyright © 2009–2016 DuraSpace. All rights reserved.