theKernel 10.0
Loading...
Searching...
No Matches
jvmkkernel.MkIdSE Enum Reference

Java: enum MkIdSE C-API
More...

Public Member Functions

 MkIdSE (int val)
 
int get ()
 

Static Public Member Functions

static MkIdSE set (int val)
 

Public Attributes

 UNUSED =(0)
 
 PROCESS =(1)
 
 THREAD =(2)
 

Detailed Description

Java: enum MkIdSE C-API

Definition at line 16 of file MkIdSE.java.

Constructor & Destructor Documentation

◆ MkIdSE()

jvmkkernel.MkIdSE.MkIdSE ( int val)

Definition at line 21 of file MkIdSE.java.

21{this.value = val;}

Member Function Documentation

◆ get()

int jvmkkernel.MkIdSE.get ( )

Definition at line 22 of file MkIdSE.java.

22{ return value; }

◆ set()

static MkIdSE jvmkkernel.MkIdSE.set ( int val)
static

Definition at line 23 of file MkIdSE.java.

23 {
24 return MkKernel.IdSE_FromInt(val);
25 }

Member Data Documentation

◆ PROCESS

jvmkkernel.MkIdSE.PROCESS =(1)

Definition at line 18 of file MkIdSE.java.

◆ THREAD

jvmkkernel.MkIdSE.THREAD =(2)

Definition at line 19 of file MkIdSE.java.

◆ UNUSED

jvmkkernel.MkIdSE.UNUSED =(0)

Definition at line 17 of file MkIdSE.java.


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