org.jetbrains.kotlin.serialization
Enum ProtoBuf.Annotation.Argument.Value.Type

java.lang.Object
  extended by java.lang.Enum<ProtoBuf.Annotation.Argument.Value.Type>
      extended by org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.Type
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<ProtoBuf.Annotation.Argument.Value.Type>
Enclosing class:
ProtoBuf.Annotation.Argument.Value

public static enum ProtoBuf.Annotation.Argument.Value.Type
extends java.lang.Enum<ProtoBuf.Annotation.Argument.Value.Type>
implements com.google.protobuf.Internal.EnumLite

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 com.google.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

BYTE

public static final ProtoBuf.Annotation.Argument.Value.Type BYTE
BYTE = 0;


CHAR

public static final ProtoBuf.Annotation.Argument.Value.Type CHAR
CHAR = 1;


SHORT

public static final ProtoBuf.Annotation.Argument.Value.Type SHORT
SHORT = 2;


INT

public static final ProtoBuf.Annotation.Argument.Value.Type INT
INT = 3;


LONG

public static final ProtoBuf.Annotation.Argument.Value.Type LONG
LONG = 4;


FLOAT

public static final ProtoBuf.Annotation.Argument.Value.Type FLOAT
FLOAT = 5;


DOUBLE

public static final ProtoBuf.Annotation.Argument.Value.Type DOUBLE
DOUBLE = 6;


BOOLEAN

public static final ProtoBuf.Annotation.Argument.Value.Type BOOLEAN
BOOLEAN = 7;


STRING

public static final ProtoBuf.Annotation.Argument.Value.Type STRING
STRING = 8;


CLASS

public static final ProtoBuf.Annotation.Argument.Value.Type CLASS
CLASS = 9;


ENUM

public static final ProtoBuf.Annotation.Argument.Value.Type ENUM
ENUM = 10;


ANNOTATION

public static final ProtoBuf.Annotation.Argument.Value.Type ANNOTATION
ANNOTATION = 11;


ARRAY

public static final ProtoBuf.Annotation.Argument.Value.Type ARRAY
ARRAY = 12;

Field Detail

BYTE_VALUE

public static final int BYTE_VALUE
BYTE = 0;

See Also:
Constant Field Values

CHAR_VALUE

public static final int CHAR_VALUE
CHAR = 1;

See Also:
Constant Field Values

SHORT_VALUE

public static final int SHORT_VALUE
SHORT = 2;

See Also:
Constant Field Values

INT_VALUE

public static final int INT_VALUE
INT = 3;

See Also:
Constant Field Values

LONG_VALUE

public static final int LONG_VALUE
LONG = 4;

See Also:
Constant Field Values

FLOAT_VALUE

public static final int FLOAT_VALUE
FLOAT = 5;

See Also:
Constant Field Values

DOUBLE_VALUE

public static final int DOUBLE_VALUE
DOUBLE = 6;

See Also:
Constant Field Values

BOOLEAN_VALUE

public static final int BOOLEAN_VALUE
BOOLEAN = 7;

See Also:
Constant Field Values

STRING_VALUE

public static final int STRING_VALUE
STRING = 8;

See Also:
Constant Field Values

CLASS_VALUE

public static final int CLASS_VALUE
CLASS = 9;

See Also:
Constant Field Values

ENUM_VALUE

public static final int ENUM_VALUE
ENUM = 10;

See Also:
Constant Field Values

ANNOTATION_VALUE

public static final int ANNOTATION_VALUE
ANNOTATION = 11;

See Also:
Constant Field Values

ARRAY_VALUE

public static final int ARRAY_VALUE
ARRAY = 12;

See Also:
Constant Field Values
Method Detail

values

public static ProtoBuf.Annotation.Argument.Value.Type[] 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 (ProtoBuf.Annotation.Argument.Value.Type c : ProtoBuf.Annotation.Argument.Value.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ProtoBuf.Annotation.Argument.Value.Type valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getNumber

public final int getNumber()
Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite

valueOf

public static ProtoBuf.Annotation.Argument.Value.Type valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.Annotation.Argument.Value.Type> internalGetValueMap()