Kanzi  3.9.9
Kanzi Engine Java API
PropertyDataType Enum Reference

Enumeration of data types that can be stored as properties. More...

Inheritance diagram for PropertyDataType:
[legend]

Public Member Functions

 PropertyDataType (int value)
 Constructs a PropertyDataType of an integer value. More...
 
 PropertyDataType (PropertyDataType enum_)
 Constructs a copy of a PropertyDataType 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 PropertyDataType swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static PropertyDataType toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 PropertyDataTypeBool =(2)
 Boolean data.
 
 PropertyDataTypeColor =(3)
 ColorRGBA data.
 
 PropertyDataTypeFloat =(0)
 Float data.
 
 PropertyDataTypeInt =(1)
 Integer data.
 
 PropertyDataTypeMatrix3x3 =(7)
 Matrix3x3 data.
 
 PropertyDataTypeMatrix4x4 =(8)
 Matrix4x4 data.
 
 PropertyDataTypePointer =(10)
 Pointer data.
 
 PropertyDataTypeRange =(14)
 Range data.
 
 PropertyDataTypeResource =(11)
 Resource data.
 
 PropertyDataTypeSRT2D =(12)
 SRTValue2D data.
 
 PropertyDataTypeSRT3D =(13)
 SRTValue3D data.
 
 PropertyDataTypeString =(9)
 String data.
 
 PropertyDataTypeVector2 =(4)
 Vector2 data.
 
 PropertyDataTypeVector3 =(5)
 Vector3 data.
 
 PropertyDataTypeVector4 =(6)
 Vector4 data.
 

Detailed Description

Enumeration of data types that can be stored as properties.

Constructor & Destructor Documentation

PropertyDataType ( int  value)

Constructs a PropertyDataType of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a PropertyDataType object.

Parameters
enum_PropertyDataType to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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