Kanzi  3.9.9
Kanzi Engine Java API
ResourceLoadTaskType Enum Reference

Legacy version of enum "kanzi.ResourceManager.LoadTask.Type". More...

Inheritance diagram for ResourceLoadTaskType:
[legend]

Public Member Functions

 ResourceLoadTaskType (int value)
 Constructs a ResourceLoadTaskType of an integer value. More...
 
 ResourceLoadTaskType (ResourceLoadTaskType enum_)
 Constructs a copy of a ResourceLoadTaskType object. More...
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

static ResourceLoadTaskType swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static ResourceLoadTaskType toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 FinishOnly =(1)
 Load task type which does everything in the finishFunction only. More...
 
 LoadAndFinish =(0)
 Load task type with both loadFunction and finishFunction parts.
 

Detailed Description

Legacy version of enum "kanzi.ResourceManager.LoadTask.Type".


The type of the load task.

Constructor & Destructor Documentation

ResourceLoadTaskType ( int  value)

Constructs a ResourceLoadTaskType of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a ResourceLoadTaskType object.

Parameters
enum_ResourceLoadTaskType to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static ResourceLoadTaskType swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
static ResourceLoadTaskType toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.

Member Data Documentation

FinishOnly =(1)

Load task type which does everything in the finishFunction only.


The loadFunction is guaranteed to be not called for such tasks.