Kanzi framework  3.9.1
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 mValue)
 
 PropertyDataType (PropertyDataType enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

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

Public Attributes

 PropertyDataTypeBool
 Boolean data.
 
 PropertyDataTypeColor
 ColorRGBA data.
 
 PropertyDataTypeFloat
 Float data.
 
 PropertyDataTypeInt
 Integer data.
 
 PropertyDataTypeMatrix3x3
 Matrix3x3 data.
 
 PropertyDataTypeMatrix4x4
 Matrix4x4 data.
 
 PropertyDataTypePointer
 Pointer data.
 
 PropertyDataTypeResource
 Resource data.
 
 PropertyDataTypeSRT2D
 SRTValue2D data.
 
 PropertyDataTypeSRT3D
 SRTValue3D data.
 
 PropertyDataTypeString
 String data.
 
 PropertyDataTypeVector2
 Vector2 data.
 
 PropertyDataTypeVector3
 Vector3 data.
 
 PropertyDataTypeVector4
 Vector4 data.
 

Detailed Description

Enumeration of data types that can be stored as properties.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

◆ toEnum()

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.