public static enum SavedObjectGraphOuterClass.SavedObject.KindCase extends java.lang.Enum<SavedObjectGraphOuterClass.SavedObject.KindCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ASSET |
BARE_CONCRETE_FUNCTION |
CONSTANT |
FUNCTION |
KIND_NOT_SET |
RESOURCE |
USER_OBJECT |
VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static SavedObjectGraphOuterClass.SavedObject.KindCase |
forNumber(int value) |
int |
getNumber() |
static SavedObjectGraphOuterClass.SavedObject.KindCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SavedObjectGraphOuterClass.SavedObject.KindCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SavedObjectGraphOuterClass.SavedObject.KindCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SavedObjectGraphOuterClass.SavedObject.KindCase USER_OBJECT
public static final SavedObjectGraphOuterClass.SavedObject.KindCase ASSET
public static final SavedObjectGraphOuterClass.SavedObject.KindCase FUNCTION
public static final SavedObjectGraphOuterClass.SavedObject.KindCase VARIABLE
public static final SavedObjectGraphOuterClass.SavedObject.KindCase BARE_CONCRETE_FUNCTION
public static final SavedObjectGraphOuterClass.SavedObject.KindCase CONSTANT
public static final SavedObjectGraphOuterClass.SavedObject.KindCase RESOURCE
public static final SavedObjectGraphOuterClass.SavedObject.KindCase KIND_NOT_SET
public static SavedObjectGraphOuterClass.SavedObject.KindCase[] values()
for (SavedObjectGraphOuterClass.SavedObject.KindCase c : SavedObjectGraphOuterClass.SavedObject.KindCase.values()) System.out.println(c);
public static SavedObjectGraphOuterClass.SavedObject.KindCase 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 SavedObjectGraphOuterClass.SavedObject.KindCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static SavedObjectGraphOuterClass.SavedObject.KindCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite