public static enum SavedObjectGraphOuterClass.SavedObject.KindCase extends 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(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Deprecated public static SavedObjectGraphOuterClass.SavedObject.KindCase valueOf(int value)
forNumber(int)
instead.public static SavedObjectGraphOuterClass.SavedObject.KindCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2015–2019. All rights reserved.