Caching modes for nodes. More...
Public Member Functions | |
CachingMode (int mValue) | |
CachingMode (CachingMode enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static CachingMode | swigToEnum (int swigValue) |
static CachingMode | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
CachingModeDisabled | |
Caching disabled. | |
CachingModeEnabled | |
Caching enabled. | |
Caching modes for nodes.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |