Package lgraph
Enum Lgraph.ProtoFieldData.DataCase
- java.lang.Object
-
- java.lang.Enum<Lgraph.ProtoFieldData.DataCase>
-
- lgraph.Lgraph.ProtoFieldData.DataCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Lgraph.ProtoFieldData.DataCase>
- Enclosing class:
- Lgraph.ProtoFieldData
public static enum Lgraph.ProtoFieldData.DataCase extends Enum<Lgraph.ProtoFieldData.DataCase> implements com.google.protobuf.Internal.EnumLite
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Lgraph.ProtoFieldData.DataCaseforNumber(int value)intgetNumber()static Lgraph.ProtoFieldData.DataCasevalueOf(int value)Deprecated.static Lgraph.ProtoFieldData.DataCasevalueOf(String name)Returns the enum constant of this type with the specified name.static Lgraph.ProtoFieldData.DataCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BOOLEAN
public static final Lgraph.ProtoFieldData.DataCase BOOLEAN
-
INT8_
public static final Lgraph.ProtoFieldData.DataCase INT8_
-
INT16_
public static final Lgraph.ProtoFieldData.DataCase INT16_
-
INT32_
public static final Lgraph.ProtoFieldData.DataCase INT32_
-
INT64_
public static final Lgraph.ProtoFieldData.DataCase INT64_
-
SP
public static final Lgraph.ProtoFieldData.DataCase SP
-
DP
public static final Lgraph.ProtoFieldData.DataCase DP
-
DATE
public static final Lgraph.ProtoFieldData.DataCase DATE
-
DATETIME
public static final Lgraph.ProtoFieldData.DataCase DATETIME
-
STR
public static final Lgraph.ProtoFieldData.DataCase STR
-
BLOB
public static final Lgraph.ProtoFieldData.DataCase BLOB
-
DATA_NOT_SET
public static final Lgraph.ProtoFieldData.DataCase DATA_NOT_SET
-
-
Method Detail
-
values
public static Lgraph.ProtoFieldData.DataCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Lgraph.ProtoFieldData.DataCase c : Lgraph.ProtoFieldData.DataCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Lgraph.ProtoFieldData.DataCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static Lgraph.ProtoFieldData.DataCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Lgraph.ProtoFieldData.DataCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-