theConfig 10.0
Loading...
Searching...
No Matches
jvlcconfig.LcConfigOptionsEF.Set Enum Reference

Public Member Functions

 Set (int val)
 
int get ()
 

Public Attributes

 NONE =(0 )
 
 AUTOCONVERT =(1 )
 
 SEMICOLON_SEPARATORS =(2 )
 
 COLON_ASSIGNMENT_FOR_GROUPS =(4 )
 
 COLON_ASSIGNMENT_FOR_NON_GROUPS =(8 )
 
 OPEN_BRACE_ON_SEPARATE_LINE =(16 )
 
 ALLOW_SCIENTIFIC_NOTATION =(32 )
 
 FSYNC =(64 )
 
 ALLOW_OVERRIDES =(128)
 
final int val
 

Detailed Description

Definition at line 17 of file LcConfigOptionsEF.java.

Constructor & Destructor Documentation

◆ Set()

jvlcconfig.LcConfigOptionsEF.Set.Set ( int val)

Definition at line 28 of file LcConfigOptionsEF.java.

28{this.val = val;}

Member Function Documentation

◆ get()

int jvlcconfig.LcConfigOptionsEF.Set.get ( )

Definition at line 29 of file LcConfigOptionsEF.java.

29{ return val; }

Member Data Documentation

◆ ALLOW_OVERRIDES

jvlcconfig.LcConfigOptionsEF.Set.ALLOW_OVERRIDES =(128)

Definition at line 26 of file LcConfigOptionsEF.java.

◆ ALLOW_SCIENTIFIC_NOTATION

jvlcconfig.LcConfigOptionsEF.Set.ALLOW_SCIENTIFIC_NOTATION =(32 )

Definition at line 24 of file LcConfigOptionsEF.java.

◆ AUTOCONVERT

jvlcconfig.LcConfigOptionsEF.Set.AUTOCONVERT =(1 )

Definition at line 19 of file LcConfigOptionsEF.java.

◆ COLON_ASSIGNMENT_FOR_GROUPS

jvlcconfig.LcConfigOptionsEF.Set.COLON_ASSIGNMENT_FOR_GROUPS =(4 )

Definition at line 21 of file LcConfigOptionsEF.java.

◆ COLON_ASSIGNMENT_FOR_NON_GROUPS

jvlcconfig.LcConfigOptionsEF.Set.COLON_ASSIGNMENT_FOR_NON_GROUPS =(8 )

Definition at line 22 of file LcConfigOptionsEF.java.

◆ FSYNC

jvlcconfig.LcConfigOptionsEF.Set.FSYNC =(64 )

Definition at line 25 of file LcConfigOptionsEF.java.

◆ NONE

jvlcconfig.LcConfigOptionsEF.Set.NONE =(0 )

Definition at line 18 of file LcConfigOptionsEF.java.

◆ OPEN_BRACE_ON_SEPARATE_LINE

jvlcconfig.LcConfigOptionsEF.Set.OPEN_BRACE_ON_SEPARATE_LINE =(16 )

Definition at line 23 of file LcConfigOptionsEF.java.

◆ SEMICOLON_SEPARATORS

jvlcconfig.LcConfigOptionsEF.Set.SEMICOLON_SEPARATORS =(2 )

Definition at line 20 of file LcConfigOptionsEF.java.

◆ val

final int jvlcconfig.LcConfigOptionsEF.Set.val

Definition at line 27 of file LcConfigOptionsEF.java.


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