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.LcErrorE Enum Reference

Java: enum LcErrorE C-API
More...

Public Member Functions

 LcErrorE (int val)
 
int get ()
 

Static Public Member Functions

static LcErrorE set (int val)
 

Public Attributes

 FALSE =(0)
 
 TRUE =(1)
 

Detailed Description

Java: enum LcErrorE C-API

Definition at line 19 of file LcErrorE.java.

Constructor & Destructor Documentation

◆ LcErrorE()

jvlcconfig.LcErrorE.LcErrorE ( int val)

Definition at line 23 of file LcErrorE.java.

23{this.value = val;}

Member Function Documentation

◆ get()

int jvlcconfig.LcErrorE.get ( )

Definition at line 24 of file LcErrorE.java.

24{ return value; }

◆ set()

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

Definition at line 25 of file LcErrorE.java.

25 {
26 return LcConfig.ErrorE_FromInt(val);
27 }

Member Data Documentation

◆ FALSE

jvlcconfig.LcErrorE.FALSE =(0)

Definition at line 20 of file LcErrorE.java.

◆ TRUE

jvlcconfig.LcErrorE.TRUE =(1)

Definition at line 21 of file LcErrorE.java.


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