public static enum PermissionsType.CachePermissions.CacheItemCase extends java.lang.Enum<PermissionsType.CachePermissions.CacheItemCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ALL_ITEMS |
CACHEITEM_NOT_SET |
ITEM_SELECTOR |
| Modifier and Type | Method and Description |
|---|---|
static PermissionsType.CachePermissions.CacheItemCase |
forNumber(int value) |
int |
getNumber() |
static PermissionsType.CachePermissions.CacheItemCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PermissionsType.CachePermissions.CacheItemCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissionsType.CachePermissions.CacheItemCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionsType.CachePermissions.CacheItemCase ALL_ITEMS
public static final PermissionsType.CachePermissions.CacheItemCase ITEM_SELECTOR
public static final PermissionsType.CachePermissions.CacheItemCase CACHEITEM_NOT_SET
public static PermissionsType.CachePermissions.CacheItemCase[] values()
for (PermissionsType.CachePermissions.CacheItemCase c : PermissionsType.CachePermissions.CacheItemCase.values()) System.out.println(c);
public static PermissionsType.CachePermissions.CacheItemCase 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 null@Deprecated public static PermissionsType.CachePermissions.CacheItemCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static PermissionsType.CachePermissions.CacheItemCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite