Kanzi  3.9.8
Kanzi Engine Java API
DataObjectType Enum Reference

Legacy version of enum "kanzi.DataObject.Type". More...

Inheritance diagram for DataObjectType:
[legend]

Public Member Functions

 DataObjectType (int mValue)
 
 DataObjectType (DataObjectType enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

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

Public Attributes

 Bool =(3)
 
 Enum =(5)
 
 Integer =(1)
 
 List =(6)
 
 Object =(0)
 
 Real =(2)
 
 String =(4)
 

Detailed Description

Legacy version of enum "kanzi.DataObject.Type".


Type enumerations for different data object types.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static DataObjectType 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.