

boolean | GetBoolValue () |
Get method for attribute "BoolValue" If the parameter type is PARAM_BOOLEAN, this is a Boolean value. | |
Getdiscr () | |
Returns the union discriminant value. | |
double | |
Get method for attribute "DoubleValue" If the parameter type is PARAM_DOUBLE, this is a double value. | |
int | GetIntValue () |
Get method for attribute "IntValue" If the parameter type is PARAM_INTEGER, this is an integer value. | |
int | GetNoteId () |
Get method for attribute "NoteId" If the parameter type is PARAM_NOTE, this is a note identifier. | |
String | |
Get method for attribute "StringValue" If the parameter type is PARAM_STRING, this is a string value. | |
void | SetBoolValue (boolean value) |
Set method for attribute "BoolValue" If the parameter type is PARAM_BOOLEAN, this is a Boolean value. | |
void | SetDoubleValue (double value) |
Set method for attribute "DoubleValue" If the parameter type is PARAM_DOUBLE, this is a double value. | |
void | SetIntValue (int value) |
Set method for attribute "IntValue" If the parameter type is PARAM_INTEGER, this is an integer value. | |
void | SetNoteId (int value) |
Set method for attribute "NoteId" If the parameter type is PARAM_NOTE, this is a note identifier. | |
void | SetStringValue (String value) |
Set method for attribute "StringValue" If the parameter type is PARAM_STRING, this is a string value. |

Getdiscr | ||
Getdiscr | () |

GetStringValue | ||
String | GetStringValue | () |
SetStringValue | ||
void | SetStringValue | (String value) |

GetIntValue | ||
int | GetIntValue | () |
SetIntValue | ||
void | SetIntValue | (int value) |

GetBoolValue | ||
boolean | GetBoolValue | () |
SetBoolValue | ||
void | SetBoolValue | (boolean value) |

GetDoubleValue | ||
double | GetDoubleValue | () |
SetDoubleValue | ||
void | SetDoubleValue | (double value) |

GetNoteId | ||
int | GetNoteId | () |
SetNoteId | ||
void | SetNoteId | (int value) |
