public static enum IPentahoDefinableObjectFactory.Scope extends Enum<IPentahoDefinableObjectFactory.Scope>
Enum Constant and Description |
---|
GLOBAL |
LOCAL |
REQUEST |
SESSION |
THREAD |
Modifier and Type | Method and Description |
---|---|
static IPentahoDefinableObjectFactory.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPentahoDefinableObjectFactory.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPentahoDefinableObjectFactory.Scope GLOBAL
public static final IPentahoDefinableObjectFactory.Scope SESSION
public static final IPentahoDefinableObjectFactory.Scope REQUEST
public static final IPentahoDefinableObjectFactory.Scope THREAD
public static final IPentahoDefinableObjectFactory.Scope LOCAL
public static IPentahoDefinableObjectFactory.Scope[] values()
for (IPentahoDefinableObjectFactory.Scope c : IPentahoDefinableObjectFactory.Scope.values()) System.out.println(c);
public static IPentahoDefinableObjectFactory.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 null