|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ProtoBuf.Annotation.Argument.Value.Type>
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type
public static enum ProtoBuf.Annotation.Argument.Value.Type
Protobuf enum org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type
| Enum Constant Summary | |
|---|---|
ANNOTATION
ANNOTATION = 11; |
|
ARRAY
ARRAY = 12; |
|
BOOLEAN
BOOLEAN = 7; |
|
BYTE
BYTE = 0; |
|
CHAR
CHAR = 1; |
|
CLASS
CLASS = 9; |
|
DOUBLE
DOUBLE = 6; |
|
ENUM
ENUM = 10; |
|
FLOAT
FLOAT = 5; |
|
INT
INT = 3; |
|
LONG
LONG = 4; |
|
SHORT
SHORT = 2; |
|
STRING
STRING = 8; |
|
| Field Summary | |
|---|---|
static int |
ANNOTATION_VALUE
ANNOTATION = 11; |
static int |
ARRAY_VALUE
ARRAY = 12; |
static int |
BOOLEAN_VALUE
BOOLEAN = 7; |
static int |
BYTE_VALUE
BYTE = 0; |
static int |
CHAR_VALUE
CHAR = 1; |
static int |
CLASS_VALUE
CLASS = 9; |
static int |
DOUBLE_VALUE
DOUBLE = 6; |
static int |
ENUM_VALUE
ENUM = 10; |
static int |
FLOAT_VALUE
FLOAT = 5; |
static int |
INT_VALUE
INT = 3; |
static int |
LONG_VALUE
LONG = 4; |
static int |
SHORT_VALUE
SHORT = 2; |
static int |
STRING_VALUE
STRING = 8; |
| Method Summary | |
|---|---|
int |
getNumber()
|
static org.jetbrains.kotlin.protobuf.Internal.EnumLiteMap<ProtoBuf.Annotation.Argument.Value.Type> |
internalGetValueMap()
|
static ProtoBuf.Annotation.Argument.Value.Type |
valueOf(int value)
|
static ProtoBuf.Annotation.Argument.Value.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtoBuf.Annotation.Argument.Value.Type[] |
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 ProtoBuf.Annotation.Argument.Value.Type BYTE
BYTE = 0;
public static final ProtoBuf.Annotation.Argument.Value.Type CHAR
CHAR = 1;
public static final ProtoBuf.Annotation.Argument.Value.Type SHORT
SHORT = 2;
public static final ProtoBuf.Annotation.Argument.Value.Type INT
INT = 3;
public static final ProtoBuf.Annotation.Argument.Value.Type LONG
LONG = 4;
public static final ProtoBuf.Annotation.Argument.Value.Type FLOAT
FLOAT = 5;
public static final ProtoBuf.Annotation.Argument.Value.Type DOUBLE
DOUBLE = 6;
public static final ProtoBuf.Annotation.Argument.Value.Type BOOLEAN
BOOLEAN = 7;
public static final ProtoBuf.Annotation.Argument.Value.Type STRING
STRING = 8;
public static final ProtoBuf.Annotation.Argument.Value.Type CLASS
CLASS = 9;
public static final ProtoBuf.Annotation.Argument.Value.Type ENUM
ENUM = 10;
public static final ProtoBuf.Annotation.Argument.Value.Type ANNOTATION
ANNOTATION = 11;
public static final ProtoBuf.Annotation.Argument.Value.Type ARRAY
ARRAY = 12;
| Field Detail |
|---|
public static final int BYTE_VALUE
BYTE = 0;
public static final int CHAR_VALUE
CHAR = 1;
public static final int SHORT_VALUE
SHORT = 2;
public static final int INT_VALUE
INT = 3;
public static final int LONG_VALUE
LONG = 4;
public static final int FLOAT_VALUE
FLOAT = 5;
public static final int DOUBLE_VALUE
DOUBLE = 6;
public static final int BOOLEAN_VALUE
BOOLEAN = 7;
public static final int STRING_VALUE
STRING = 8;
public static final int CLASS_VALUE
CLASS = 9;
public static final int ENUM_VALUE
ENUM = 10;
public static final int ANNOTATION_VALUE
ANNOTATION = 11;
public static final int ARRAY_VALUE
ARRAY = 12;
| Method Detail |
|---|
public static ProtoBuf.Annotation.Argument.Value.Type[] values()
for (ProtoBuf.Annotation.Argument.Value.Type c : ProtoBuf.Annotation.Argument.Value.Type.values()) System.out.println(c);
public static ProtoBuf.Annotation.Argument.Value.Type 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 org.jetbrains.kotlin.protobuf.Internal.EnumLitepublic static ProtoBuf.Annotation.Argument.Value.Type valueOf(int value)
public static org.jetbrains.kotlin.protobuf.Internal.EnumLiteMap<ProtoBuf.Annotation.Argument.Value.Type> internalGetValueMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||