Method Summary |
|
public Boolean | getBooleanValue() Get the BooleanValue value. |
public String | getDoNotTouchValue() Get the DoNotTouchValue value. |
public double | getDoubleValue() Get the DoubleValue value. |
public int | getIntValue() Get the IntValue value. |
public long | getLongValue() Get the LongValue value. |
public String | getStringValue() Get the StringValue value. |
public void | setBooleanValue(Boolean newBooleanValue) Set the BooleanValue value. |
public void | setDoNotTouchValue(String newDoNotTouchValue) Set the DoNotTouchValue value. |
public void | setDoubleValue(double newDoubleValue) Set the DoubleValue value. |
public void | setIntValue(int newIntValue) Set the IntValue value. |
public void | setLongValue(long newLongValue) Set the LongValue value. |
public void | setStringValue(String newStringValue) Set the StringValue value. |