MkKernel PACKAGE - enum definition … More...
Classes | |
enum | jvmkkernel.MkErrorE |
Java: enum MkErrorE → C-API More... | |
enum | jvmkkernel.MkIdSE |
Java: enum MkIdSE → C-API More... | |
enum | jvmkkernel.MkTimeoutE |
Java: enum MkTimeoutE → C-API More... | |
enum | jvmkkernel.MkTypeE |
Java: enum MkTypeE → C-API More... | |
MkKernel PACKAGE - enum definition …
A enum in the Programming-Language-Micro-Kernel (PLMK) is a enum-data-type and 3 enum-access-attributes
ENUM_ToString
→ return the string-value from the enum-value ENUM_ToInt
→ return the integer-value from the enum-value ENUM_FromInt
→ create an enum-value from an integer-value.The enum-data-type and the 3 enum-access-attributes are defined in all target-languages (C,C++,C#,VB.NET,Java,Python,Ruby,Perl,PHP,Tcl or GO).
A enum in the Programming-Language-Micro-Kernel (PLMK) is a enum-data-type and 3 enum-access-attributes
ENUM_ToString
→ return the string-value from the enum-value ENUM_ToInt
→ return the integer-value from the enum-value ENUM_FromInt
→ create an enum-value from an integer-value.The enum-data-type and the 3 enum-access-attributes are defined in all target-languages (C,C++,C#,VB.NET,Java,Python,Ruby,Perl,PHP,Tcl or GO).
|
static |
Java:
→ C-API [static] MkErrorE ErrorE_FromInt(int value)
return the MkErrorE from integer …
|
static |
Java:
→ C-API [static] int ErrorE_ToInt(MkErrorE value)
return the MkErrorE as integer …
|
static |
Java:
→ C-API [static] String ErrorE_ToString(MkErrorE value)
return the MkErrorE as string …
|
static |
Java:
→ C-API [static] MkIdSE IdSE_FromInt(int value)
return the MkIdSE from integer …
|
static |
Java:
→ C-API [static] int IdSE_ToInt(MkIdSE value)
return the MkIdSE as integer …
|
static |
Java:
→ C-API [static] String IdSE_ToString(MkIdSE value)
return the MkIdSE as string …
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkKernel_ErrorE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] MkErrorE ErrorE_FromInt(int value)
return the MkErrorE from integer …
Definition at line 65 of file LibMkKernel_jv.c.
JNIEXPORT jint JNICALL Java_jvmkkernel_MkKernel_ErrorE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int ErrorE_ToInt(MkErrorE value)
return the MkErrorE as integer …
Definition at line 115 of file LibMkKernel_jv.c.
JNIEXPORT jstring JNICALL Java_jvmkkernel_MkKernel_ErrorE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String ErrorE_ToString(MkErrorE value)
return the MkErrorE as string …
Definition at line 127 of file LibMkKernel_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkKernel_IdSE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] MkIdSE IdSE_FromInt(int value)
return the MkIdSE from integer …
Definition at line 77 of file LibMkKernel_jv.c.
JNIEXPORT jint JNICALL Java_jvmkkernel_MkKernel_IdSE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int IdSE_ToInt(MkIdSE value)
return the MkIdSE as integer …
Definition at line 139 of file LibMkKernel_jv.c.
JNIEXPORT jstring JNICALL Java_jvmkkernel_MkKernel_IdSE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String IdSE_ToString(MkIdSE value)
return the MkIdSE as string …
Definition at line 151 of file LibMkKernel_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkKernel_TimeoutE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] MkTimeoutE TimeoutE_FromInt(int value)
return the MkTimeoutE from integer …
Definition at line 89 of file LibMkKernel_jv.c.
JNIEXPORT jint JNICALL Java_jvmkkernel_MkKernel_TimeoutE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int TimeoutE_ToInt(MkTimeoutE value)
return the MkTimeoutE as integer …
Definition at line 163 of file LibMkKernel_jv.c.
JNIEXPORT jstring JNICALL Java_jvmkkernel_MkKernel_TimeoutE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String TimeoutE_ToString(MkTimeoutE value)
return the MkTimeoutE as string …
Definition at line 175 of file LibMkKernel_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkKernel_TypeE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] MkTypeE TypeE_FromInt(int value)
return the MkTypeE from integer …
Definition at line 101 of file LibMkKernel_jv.c.
JNIEXPORT jint JNICALL Java_jvmkkernel_MkKernel_TypeE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int TypeE_ToInt(MkTypeE value)
return the MkTypeE as integer …
Definition at line 187 of file LibMkKernel_jv.c.
JNIEXPORT jstring JNICALL Java_jvmkkernel_MkKernel_TypeE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String TypeE_ToString(MkTypeE value)
return the MkTypeE as string …
Definition at line 199 of file LibMkKernel_jv.c.
|
static |
Java:
→ C-API [static] MkTimeoutE TimeoutE_FromInt(int value)
return the MkTimeoutE from integer …
|
static |
Java:
→ C-API [static] int TimeoutE_ToInt(MkTimeoutE value)
return the MkTimeoutE as integer …
|
static |
Java:
→ C-API [static] String TimeoutE_ToString(MkTimeoutE value)
return the MkTimeoutE as string …
|
static |
Java:
→ C-API [static] MkTypeE TypeE_FromInt(int value)
return the MkTypeE from integer …
|
static |
Java:
→ C-API [static] int TypeE_ToInt(MkTypeE value)
return the MkTypeE as integer …
|
static |
Java:
→ C-API [static] String TypeE_ToString(MkTypeE value)
return the MkTypeE as string …