public enum TeamUpdateModeEnum extends java.lang.Enum<TeamUpdateModeEnum>
Enum Constant and Description |
---|
All
All members can edit the extension field
|
Manager
Only administrators or the group owner can edit the field (default)
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static TeamUpdateModeEnum |
typeOfValue(int value) |
static TeamUpdateModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamUpdateModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamUpdateModeEnum Manager
public static final TeamUpdateModeEnum All
public static TeamUpdateModeEnum[] values()
for (TeamUpdateModeEnum c : TeamUpdateModeEnum.values()) System.out.println(c);
public static TeamUpdateModeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static TeamUpdateModeEnum typeOfValue(int value)
public int getValue()