|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StemScope>
edu.internet2.middleware.grouperClient.ws.StemScope
public enum StemScope
scope of groups under a stem. either all or just one level (immediate)
Enum Constant Summary | |
---|---|
ALL_IN_SUBTREE
all groups in this folder or subfolders |
|
ONE_LEVEL
just direct immediate chlidren |
Method Summary | |
---|---|
static StemScope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StemScope |
valueOfIgnoreCase(String string)
do a case-insensitive matching |
static StemScope[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StemScope ONE_LEVEL
public static final StemScope ALL_IN_SUBTREE
Method Detail |
---|
public static StemScope[] values()
for (StemScope c : StemScope.values()) System.out.println(c);
public static StemScope valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static StemScope valueOfIgnoreCase(String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |