|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ProtoBuf.TypeParameter.Variance>
org.jetbrains.kotlin.serialization.ProtoBuf.TypeParameter.Variance
public static enum ProtoBuf.TypeParameter.Variance
Protobuf enum org.jetbrains.kotlin.serialization.TypeParameter.Variance
| Enum Constant Summary | |
|---|---|
IN
IN = 0; |
|
INV
INV = 2; |
|
OUT
OUT = 1; |
|
| Field Summary | |
|---|---|
static int |
IN_VALUE
IN = 0; |
static int |
INV_VALUE
INV = 2; |
static int |
OUT_VALUE
OUT = 1; |
| Method Summary | |
|---|---|
int |
getNumber()
|
static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.TypeParameter.Variance> |
internalGetValueMap()
|
static ProtoBuf.TypeParameter.Variance |
valueOf(int value)
|
static ProtoBuf.TypeParameter.Variance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtoBuf.TypeParameter.Variance[] |
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.TypeParameter.Variance IN
IN = 0;
public static final ProtoBuf.TypeParameter.Variance OUT
OUT = 1;
public static final ProtoBuf.TypeParameter.Variance INV
INV = 2;
| Field Detail |
|---|
public static final int IN_VALUE
IN = 0;
public static final int OUT_VALUE
OUT = 1;
public static final int INV_VALUE
INV = 2;
| Method Detail |
|---|
public static ProtoBuf.TypeParameter.Variance[] values()
for (ProtoBuf.TypeParameter.Variance c : ProtoBuf.TypeParameter.Variance.values()) System.out.println(c);
public static ProtoBuf.TypeParameter.Variance 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 ProtoBuf.TypeParameter.Variance valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.TypeParameter.Variance> internalGetValueMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||