Kanzi  3.9.5
Java API
DataObjectType Enum Reference

Type enumerations for different data object types. 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
 
 Enum
 
 Integer
 
 Object =(0)
 
 Real
 
 String
 

Detailed Description

Type enumerations for different data object types.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

◆ toEnum()

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.