public static enum ConceptProto.SchemaConcept.GetSup.Res.ResCase extends Enum<ConceptProto.SchemaConcept.GetSup.Res.ResCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
NULL |
RES_NOT_SET |
SCHEMACONCEPT |
| Modifier and Type | Method and Description |
|---|---|
static ConceptProto.SchemaConcept.GetSup.Res.ResCase |
forNumber(int value) |
int |
getNumber() |
static ConceptProto.SchemaConcept.GetSup.Res.ResCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConceptProto.SchemaConcept.GetSup.Res.ResCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptProto.SchemaConcept.GetSup.Res.ResCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptProto.SchemaConcept.GetSup.Res.ResCase SCHEMACONCEPT
public static final ConceptProto.SchemaConcept.GetSup.Res.ResCase NULL
public static final ConceptProto.SchemaConcept.GetSup.Res.ResCase RES_NOT_SET
public static ConceptProto.SchemaConcept.GetSup.Res.ResCase[] values()
for (ConceptProto.SchemaConcept.GetSup.Res.ResCase c : ConceptProto.SchemaConcept.GetSup.Res.ResCase.values()) System.out.println(c);
public static ConceptProto.SchemaConcept.GetSup.Res.ResCase 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 ConceptProto.SchemaConcept.GetSup.Res.ResCase valueOf(int value)
forNumber(int) instead.public static ConceptProto.SchemaConcept.GetSup.Res.ResCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 Grakn Labs Ltd. All rights reserved.