theConfig 10.0
Loading...
Searching...
No Matches
jvlcconfig.LcErrorTypeE Enum Reference

Java: enum LcErrorTypeE C-API
More...

Public Member Functions

 LcErrorTypeE (int val)
 
int get ()
 

Static Public Member Functions

static LcErrorTypeE set (int val)
 

Public Attributes

 NONE =(0)
 
 FILE_IO =(1)
 
 PARSE =(2)
 

Detailed Description

Java: enum LcErrorTypeE C-API

Definition at line 16 of file LcErrorTypeE.java.

Constructor & Destructor Documentation

◆ LcErrorTypeE()

jvlcconfig.LcErrorTypeE.LcErrorTypeE ( int val)

Definition at line 21 of file LcErrorTypeE.java.

21{this.value = val;}

Member Function Documentation

◆ get()

int jvlcconfig.LcErrorTypeE.get ( )

Definition at line 22 of file LcErrorTypeE.java.

22{ return value; }

◆ set()

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

Definition at line 23 of file LcErrorTypeE.java.

23 {
24 return LcConfig.ErrorTypeE_FromInt(val);
25 }

Member Data Documentation

◆ FILE_IO

jvlcconfig.LcErrorTypeE.FILE_IO =(1)

Definition at line 18 of file LcErrorTypeE.java.

◆ NONE

jvlcconfig.LcErrorTypeE.NONE =(0)

Definition at line 17 of file LcErrorTypeE.java.

◆ PARSE

jvlcconfig.LcErrorTypeE.PARSE =(2)

Definition at line 19 of file LcErrorTypeE.java.


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