|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<JvmProtoBuf.JvmType.PrimitiveType>
org.jetbrains.kotlin.serialization.jvm.JvmProtoBuf.JvmType.PrimitiveType
public static enum JvmProtoBuf.JvmType.PrimitiveType
Protobuf enum org.jetbrains.kotlin.serialization.jvm.JvmType.PrimitiveType
| Enum Constant Summary | |
|---|---|
BOOLEAN
BOOLEAN = 1; |
|
BYTE
BYTE = 3; |
|
CHAR
CHAR = 2; |
|
DOUBLE
DOUBLE = 8; |
|
FLOAT
FLOAT = 6; |
|
INT
INT = 5; |
|
LONG
LONG = 7; |
|
SHORT
SHORT = 4; |
|
VOID
VOID = 0; |
|
| Field Summary | |
|---|---|
static int |
BOOLEAN_VALUE
BOOLEAN = 1; |
static int |
BYTE_VALUE
BYTE = 3; |
static int |
CHAR_VALUE
CHAR = 2; |
static int |
DOUBLE_VALUE
DOUBLE = 8; |
static int |
FLOAT_VALUE
FLOAT = 6; |
static int |
INT_VALUE
INT = 5; |
static int |
LONG_VALUE
LONG = 7; |
static int |
SHORT_VALUE
SHORT = 4; |
static int |
VOID_VALUE
VOID = 0; |
| Method Summary | |
|---|---|
int |
getNumber()
|
static com.google.protobuf.Internal.EnumLiteMap<JvmProtoBuf.JvmType.PrimitiveType> |
internalGetValueMap()
|
static JvmProtoBuf.JvmType.PrimitiveType |
valueOf(int value)
|
static JvmProtoBuf.JvmType.PrimitiveType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JvmProtoBuf.JvmType.PrimitiveType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final JvmProtoBuf.JvmType.PrimitiveType VOID
VOID = 0;
These values correspond to ASM Type sorts
public static final JvmProtoBuf.JvmType.PrimitiveType BOOLEAN
BOOLEAN = 1;
public static final JvmProtoBuf.JvmType.PrimitiveType CHAR
CHAR = 2;
public static final JvmProtoBuf.JvmType.PrimitiveType BYTE
BYTE = 3;
public static final JvmProtoBuf.JvmType.PrimitiveType SHORT
SHORT = 4;
public static final JvmProtoBuf.JvmType.PrimitiveType INT
INT = 5;
public static final JvmProtoBuf.JvmType.PrimitiveType FLOAT
FLOAT = 6;
public static final JvmProtoBuf.JvmType.PrimitiveType LONG
LONG = 7;
public static final JvmProtoBuf.JvmType.PrimitiveType DOUBLE
DOUBLE = 8;
| Field Detail |
|---|
public static final int VOID_VALUE
VOID = 0;
These values correspond to ASM Type sorts
public static final int BOOLEAN_VALUE
BOOLEAN = 1;
public static final int CHAR_VALUE
CHAR = 2;
public static final int BYTE_VALUE
BYTE = 3;
public static final int SHORT_VALUE
SHORT = 4;
public static final int INT_VALUE
INT = 5;
public static final int FLOAT_VALUE
FLOAT = 6;
public static final int LONG_VALUE
LONG = 7;
public static final int DOUBLE_VALUE
DOUBLE = 8;
| Method Detail |
|---|
public static JvmProtoBuf.JvmType.PrimitiveType[] values()
for (JvmProtoBuf.JvmType.PrimitiveType c : JvmProtoBuf.JvmType.PrimitiveType.values()) System.out.println(c);
public static JvmProtoBuf.JvmType.PrimitiveType 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 name
java.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitepublic static JvmProtoBuf.JvmType.PrimitiveType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<JvmProtoBuf.JvmType.PrimitiveType> internalGetValueMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||