public static enum IPRCrypto.Scope extends java.lang.Enum<IPRCrypto.Scope>
Modifier and Type | Method and Description |
---|---|
static IPRCrypto.Scope |
getGivenScope(java.lang.String aValue) |
java.lang.String |
getScope() |
static IPRCrypto.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPRCrypto.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPRCrypto.Scope THREAD
public static final IPRCrypto.Scope REQUESTOR
public static final IPRCrypto.Scope GLOBAL
public static IPRCrypto.Scope[] values()
for (IPRCrypto.Scope c : IPRCrypto.Scope.values()) System.out.println(c);
public static IPRCrypto.Scope 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 nullpublic java.lang.String getScope()
public static IPRCrypto.Scope getGivenScope(java.lang.String aValue)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.