public static enum RequestStorage.RequestOrigin extends Enum<RequestStorage.RequestOrigin>
| Modifier and Type | Method and Description |
|---|---|
static RequestStorage.RequestOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStorage.RequestOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestStorage.RequestOrigin REST
public static final RequestStorage.RequestOrigin EXTERNAL
public static final RequestStorage.RequestOrigin INTERNAL
public static RequestStorage.RequestOrigin[] values()
for (RequestStorage.RequestOrigin c : RequestStorage.RequestOrigin.values()) System.out.println(c);
public static RequestStorage.RequestOrigin 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 © 2007–2020 Sakai Project. All rights reserved.