theConfig 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
jvlcconfig.LcConfigTypeE Enum Reference

Java: enum LcConfigTypeE C-API
More...

Public Member Functions

 LcConfigTypeE (int val)
 
int get ()
 

Static Public Member Functions

static LcConfigTypeE set (int val)
 

Public Attributes

 NONE =(0)
 
 GROUP =(1)
 
 INT =(2)
 
 INT64 =(3)
 
 FLOAT =(4)
 
 STRING =(5)
 
 BOOL =(6)
 
 ARRAY =(7)
 
 LIST =(8)
 

Detailed Description

Java: enum LcConfigTypeE C-API

Definition at line 19 of file LcConfigTypeE.java.

Constructor & Destructor Documentation

◆ LcConfigTypeE()

jvlcconfig.LcConfigTypeE.LcConfigTypeE ( int val)

Definition at line 30 of file LcConfigTypeE.java.

30{this.value = val;}

Member Function Documentation

◆ get()

int jvlcconfig.LcConfigTypeE.get ( )

Definition at line 31 of file LcConfigTypeE.java.

31{ return value; }

◆ set()

static LcConfigTypeE jvlcconfig.LcConfigTypeE.set ( int val)
static

Definition at line 32 of file LcConfigTypeE.java.

32 {
33 return LcConfig.ConfigTypeE_FromInt(val);
34 }

Member Data Documentation

◆ ARRAY

jvlcconfig.LcConfigTypeE.ARRAY =(7)

Definition at line 27 of file LcConfigTypeE.java.

◆ BOOL

jvlcconfig.LcConfigTypeE.BOOL =(6)

Definition at line 26 of file LcConfigTypeE.java.

◆ FLOAT

jvlcconfig.LcConfigTypeE.FLOAT =(4)

Definition at line 24 of file LcConfigTypeE.java.

◆ GROUP

jvlcconfig.LcConfigTypeE.GROUP =(1)

Definition at line 21 of file LcConfigTypeE.java.

◆ INT

jvlcconfig.LcConfigTypeE.INT =(2)

Definition at line 22 of file LcConfigTypeE.java.

◆ INT64

jvlcconfig.LcConfigTypeE.INT64 =(3)

Definition at line 23 of file LcConfigTypeE.java.

◆ LIST

jvlcconfig.LcConfigTypeE.LIST =(8)

Definition at line 28 of file LcConfigTypeE.java.

◆ NONE

jvlcconfig.LcConfigTypeE.NONE =(0)

Definition at line 20 of file LcConfigTypeE.java.

◆ STRING

jvlcconfig.LcConfigTypeE.STRING =(5)

Definition at line 25 of file LcConfigTypeE.java.


The documentation for this enum was generated from the following file: