Enumeration of data types that can be stored as properties. More...
Public Member Functions | |
PropertyDataType (int value) | |
Constructs a PropertyDataType of an integer value. | |
PropertyDataType (PropertyDataType enum_) | |
Constructs a copy of a PropertyDataType object. | |
int | getValue () |
Returns the integer value of the enumeration constant. | |
final int | swigValue () |
Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
static PropertyDataType | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. | |
static PropertyDataType | toEnum (int value) |
Converts an integer value to the matching enumeration constant. | |
Enumeration of data types that can be stored as properties.
PropertyDataType | ( | int | value | ) |
Constructs a PropertyDataType of an integer value.
value | Integer value to convert to enumeration constant. |
PropertyDataType | ( | PropertyDataType | enum_ | ) |
Constructs a copy of a PropertyDataType object.
enum_ | PropertyDataType to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |