|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<JsProtoBuf.Library.Kind>
org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.Kind
public static enum JsProtoBuf.Library.Kind
Protobuf enum org.jetbrains.kotlin.serialization.js.Library.Kind
Enum Constant Summary | |
---|---|
AMD
AMD = 2; |
|
COMMON_JS
COMMON_JS = 3; |
|
PLAIN
PLAIN = 1; |
|
UMD
UMD = 4; |
Field Summary | |
---|---|
static int |
AMD_VALUE
AMD = 2; |
static int |
COMMON_JS_VALUE
COMMON_JS = 3; |
static int |
PLAIN_VALUE
PLAIN = 1; |
static int |
UMD_VALUE
UMD = 4; |
Method Summary | |
---|---|
int |
getNumber()
|
static org.jetbrains.kotlin.protobuf.Internal.EnumLiteMap<JsProtoBuf.Library.Kind> |
internalGetValueMap()
|
static JsProtoBuf.Library.Kind |
valueOf(int value)
|
static JsProtoBuf.Library.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JsProtoBuf.Library.Kind[] |
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 JsProtoBuf.Library.Kind PLAIN
PLAIN = 1;
public static final JsProtoBuf.Library.Kind AMD
AMD = 2;
public static final JsProtoBuf.Library.Kind COMMON_JS
COMMON_JS = 3;
public static final JsProtoBuf.Library.Kind UMD
UMD = 4;
Field Detail |
---|
public static final int PLAIN_VALUE
PLAIN = 1;
public static final int AMD_VALUE
AMD = 2;
public static final int COMMON_JS_VALUE
COMMON_JS = 3;
public static final int UMD_VALUE
UMD = 4;
Method Detail |
---|
public static JsProtoBuf.Library.Kind[] values()
for (JsProtoBuf.Library.Kind c : JsProtoBuf.Library.Kind.values()) System.out.println(c);
public static JsProtoBuf.Library.Kind 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.EnumLite
public static JsProtoBuf.Library.Kind valueOf(int value)
public static org.jetbrains.kotlin.protobuf.Internal.EnumLiteMap<JsProtoBuf.Library.Kind> internalGetValueMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |