public enum TeamExtensionUpdateModeEnum extends java.lang.Enum<TeamExtensionUpdateModeEnum>
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 TeamExtensionUpdateModeEnum |
typeOfValue(int value) |
static TeamExtensionUpdateModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamExtensionUpdateModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamExtensionUpdateModeEnum Manager
public static final TeamExtensionUpdateModeEnum All
public static TeamExtensionUpdateModeEnum[] values()
for (TeamExtensionUpdateModeEnum c : TeamExtensionUpdateModeEnum.values()) System.out.println(c);
public static TeamExtensionUpdateModeEnum 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 TeamExtensionUpdateModeEnum typeOfValue(int value)
public int getValue()