public static enum ContextObject.Entity extends Enum<ContextObject.Entity>
| Enum Constant and Description |
|---|
REFERENT |
REFERRER |
REFERRING_ENTITY |
REQUESTOR |
RESOLVER |
SERVICE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ContextObject.Entity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextObject.Entity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextObject.Entity REFERENT
public static final ContextObject.Entity REFERRING_ENTITY
public static final ContextObject.Entity REQUESTOR
public static final ContextObject.Entity RESOLVER
public static final ContextObject.Entity SERVICE_TYPE
public static final ContextObject.Entity REFERRER
public static ContextObject.Entity[] values()
for (ContextObject.Entity c : ContextObject.Entity.values()) System.out.println(c);
public static ContextObject.Entity 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 © 2003–2017 The Sakai Foundation. All rights reserved.