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