org.jetbrains.kotlin.serialization
Enum ProtoBuf.SinceKotlinInfo.Level

java.lang.Object
  extended by java.lang.Enum<ProtoBuf.SinceKotlinInfo.Level>
      extended by org.jetbrains.kotlin.serialization.ProtoBuf.SinceKotlinInfo.Level
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ProtoBuf.SinceKotlinInfo.Level>, org.jetbrains.kotlin.protobuf.Internal.EnumLite
Enclosing class:
ProtoBuf.SinceKotlinInfo

public static enum ProtoBuf.SinceKotlinInfo.Level
extends java.lang.Enum<ProtoBuf.SinceKotlinInfo.Level>
implements org.jetbrains.kotlin.protobuf.Internal.EnumLite

Protobuf enum org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level


Enum Constant Summary
ERROR
          ERROR = 1;
HIDDEN
          HIDDEN = 2;
WARNING
          WARNING = 0;
 
Field Summary
static int ERROR_VALUE
          ERROR = 1;
static int HIDDEN_VALUE
          HIDDEN = 2;
static int WARNING_VALUE
          WARNING = 0;
 
Method Summary
 int getNumber()
           
static org.jetbrains.kotlin.protobuf.Internal.EnumLiteMap<ProtoBuf.SinceKotlinInfo.Level> internalGetValueMap()
           
static ProtoBuf.SinceKotlinInfo.Level valueOf(int value)
           
static ProtoBuf.SinceKotlinInfo.Level valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProtoBuf.SinceKotlinInfo.Level[] 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

WARNING

public static final ProtoBuf.SinceKotlinInfo.Level WARNING
WARNING = 0;


ERROR

public static final ProtoBuf.SinceKotlinInfo.Level ERROR
ERROR = 1;


HIDDEN

public static final ProtoBuf.SinceKotlinInfo.Level HIDDEN
HIDDEN = 2;

Field Detail

WARNING_VALUE

public static final int WARNING_VALUE
WARNING = 0;

See Also:
Constant Field Values

ERROR_VALUE

public static final int ERROR_VALUE
ERROR = 1;

See Also:
Constant Field Values

HIDDEN_VALUE

public static final int HIDDEN_VALUE
HIDDEN = 2;

See Also:
Constant Field Values
Method Detail

values

public static ProtoBuf.SinceKotlinInfo.Level[] 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.SinceKotlinInfo.Level c : ProtoBuf.SinceKotlinInfo.Level.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.SinceKotlinInfo.Level 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 org.jetbrains.kotlin.protobuf.Internal.EnumLite

valueOf

public static ProtoBuf.SinceKotlinInfo.Level valueOf(int value)

internalGetValueMap

public static org.jetbrains.kotlin.protobuf.Internal.EnumLiteMap<ProtoBuf.SinceKotlinInfo.Level> internalGetValueMap()