public static enum Api.SCOPE extends Enum<Api.SCOPE>
Modifier and Type | Method and Description |
---|---|
static Api.SCOPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Api.SCOPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Api.SCOPE PRIVATE
public static final Api.SCOPE PUBLIC
public static Api.SCOPE[] values()
for (Api.SCOPE c : Api.SCOPE.values()) System.out.println(c);
public static Api.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 © 2005–2017 Alfresco Software. All rights reserved.