LcConfig PACKAGE - definition of the enum type … More...
Classes | |
enum | jvlcconfig.LcConfigFormatE |
Java: enum LcConfigFormatE → C-API More... | |
class | jvlcconfig.LcConfigOptionsEF |
Java: enum LcConfigOptionsEF → C-API More... | |
enum | jvlcconfig.LcConfigTypeE |
Java: enum LcConfigTypeE → C-API More... | |
enum | jvlcconfig.LcErrorE |
Java: enum LcErrorE → C-API More... | |
enum | jvlcconfig.LcErrorTypeE |
Java: enum LcErrorTypeE → C-API More... | |
LcConfig PACKAGE - definition of the enum type …
read more at: MkKernel_Enum_C_API
read more at: MkKernel_Enum_C_API
|
static |
Java:
→ C-API [static] LcConfigFormatE ConfigFormatE_FromInt(int value)
return the LcConfigFormatE from integer …
|
static |
Java:
→ C-API [static] int ConfigFormatE_ToInt(LcConfigFormatE value)
return the LcConfigFormatE as integer …
|
static |
Java:
→ C-API [static] String ConfigFormatE_ToString(LcConfigFormatE value)
return the LcConfigFormatE as string …
|
static |
Java:
→ C-API [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(int value)
return the LcConfigOptionsEF from integer …
|
static |
Java:
→ C-API [static] int ConfigOptionsEF_ToInt(LcConfigOptionsEF value)
return the LcConfigOptionsEF as integer …
|
static |
Java:
→ C-API [static] String ConfigOptionsEF_ToString(LcConfigOptionsEF value)
return the LcConfigOptionsEF as string …
|
static |
Java:
→ C-API [static] LcConfigTypeE ConfigTypeE_FromInt(int value)
return the LcConfigTypeE from integer …
|
static |
Java:
→ C-API [static] int ConfigTypeE_ToInt(LcConfigTypeE value)
return the LcConfigTypeE as integer …
|
static |
Java:
→ C-API [static] String ConfigTypeE_ToString(LcConfigTypeE value)
return the LcConfigTypeE as string …
|
static |
Java:
→ C-API [static] LcErrorE ErrorE_FromInt(int value)
return the LcErrorE from integer …
|
static |
Java:
→ C-API [static] int ErrorE_ToInt(LcErrorE value)
return the LcErrorE as integer …
|
static |
Java:
→ C-API [static] String ErrorE_ToString(LcErrorE value)
return the LcErrorE as string …
|
static |
Java:
→ C-API [static] LcErrorTypeE ErrorTypeE_FromInt(int value)
return the LcErrorTypeE from integer …
|
static |
Java:
→ C-API [static] int ErrorTypeE_ToInt(LcErrorTypeE value)
return the LcErrorTypeE as integer …
|
static |
Java:
→ C-API [static] String ErrorTypeE_ToString(LcErrorTypeE value)
return the LcErrorTypeE as string …
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfig_ConfigFormatE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] LcConfigFormatE ConfigFormatE_FromInt(int value)
return the LcConfigFormatE from integer …
Definition at line 144 of file LibLcConfig_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcConfig_ConfigFormatE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int ConfigFormatE_ToInt(LcConfigFormatE value)
return the LcConfigFormatE as integer …
Definition at line 206 of file LibLcConfig_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfig_ConfigFormatE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String ConfigFormatE_ToString(LcConfigFormatE value)
return the LcConfigFormatE as string …
Definition at line 218 of file LibLcConfig_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfig_ConfigOptionsEF_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(int value)
return the LcConfigOptionsEF from integer …
Definition at line 156 of file LibLcConfig_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcConfig_ConfigOptionsEF_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int ConfigOptionsEF_ToInt(LcConfigOptionsEF value)
return the LcConfigOptionsEF as integer …
Definition at line 230 of file LibLcConfig_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfig_ConfigOptionsEF_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String ConfigOptionsEF_ToString(LcConfigOptionsEF value)
return the LcConfigOptionsEF as string …
Definition at line 242 of file LibLcConfig_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfig_ConfigTypeE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] LcConfigTypeE ConfigTypeE_FromInt(int value)
return the LcConfigTypeE from integer …
Definition at line 168 of file LibLcConfig_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcConfig_ConfigTypeE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int ConfigTypeE_ToInt(LcConfigTypeE value)
return the LcConfigTypeE as integer …
Definition at line 254 of file LibLcConfig_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfig_ConfigTypeE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String ConfigTypeE_ToString(LcConfigTypeE value)
return the LcConfigTypeE as string …
Definition at line 266 of file LibLcConfig_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfig_ErrorE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] LcErrorE ErrorE_FromInt(int value)
return the LcErrorE from integer …
Definition at line 180 of file LibLcConfig_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcConfig_ErrorE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int ErrorE_ToInt(LcErrorE value)
return the LcErrorE as integer …
Definition at line 278 of file LibLcConfig_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfig_ErrorE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String ErrorE_ToString(LcErrorE value)
return the LcErrorE as string …
Definition at line 290 of file LibLcConfig_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfig_ErrorTypeE_1FromInt | ( | JNIEnv * | env, |
jclass | class, | ||
jint | value ) |
Java:
→ C-API [static] LcErrorTypeE ErrorTypeE_FromInt(int value)
return the LcErrorTypeE from integer …
Definition at line 192 of file LibLcConfig_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcConfig_ErrorTypeE_1ToInt | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] int ErrorTypeE_ToInt(LcErrorTypeE value)
return the LcErrorTypeE as integer …
Definition at line 302 of file LibLcConfig_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfig_ErrorTypeE_1ToString | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | value ) |
Java:
→ C-API [static] String ErrorTypeE_ToString(LcErrorTypeE value)
return the LcErrorTypeE as string …
Definition at line 314 of file LibLcConfig_jv.c.