theConfig 10.0
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 16 of file LcErrorE.java.

Constructor & Destructor Documentation

◆ LcErrorE()

jvlcconfig.LcErrorE.LcErrorE ( int val)

Definition at line 20 of file LcErrorE.java.

20{this.value = val;}

Member Function Documentation

◆ get()

int jvlcconfig.LcErrorE.get ( )

Definition at line 21 of file LcErrorE.java.

21{ return value; }

◆ set()

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

Definition at line 22 of file LcErrorE.java.

22 {
23 return LcConfig.ErrorE_FromInt(val);
24 }

Member Data Documentation

◆ FALSE

jvlcconfig.LcErrorE.FALSE =(0)

Definition at line 17 of file LcErrorE.java.

◆ TRUE

jvlcconfig.LcErrorE.TRUE =(1)

Definition at line 18 of file LcErrorE.java.


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