CustomValue
Contents
[
Hide
]
Inheritance: java.lang.Object
public class CustomValue
Value of property.
Constructors
Constructor | Description |
---|---|
CustomValue() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getValueBool() | Boolean value. |
getValueDate() | Date and time value. |
getValueNumber() | Number value. |
getValueString() | String value. |
hashCode() | |
notify() | |
notifyAll() | |
setValueBool(boolean value) | For the description of this property, please see getValueBool() |
setValueDate(DateTime value) | For the description of this property, please see getValueDate() |
setValueNumber(double value) | For the description of this property, please see getValueNumber() |
setValueString(String value) | For the description of this property, please see getValueString() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
CustomValue()
public CustomValue()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getValueBool()
public boolean getValueBool()
Boolean value.
Returns: boolean
getValueDate()
public DateTime getValueDate()
Date and time value.
Returns: DateTime
getValueNumber()
public double getValueNumber()
Number value.
Returns: double
getValueString()
public String getValueString()
String value.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setValueBool(boolean value)
public void setValueBool(boolean value)
For the description of this property, please see getValueBool()
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setValueDate(DateTime value)
public void setValueDate(DateTime value)
For the description of this property, please see getValueDate()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DateTime |
setValueNumber(double value)
public void setValueNumber(double value)
For the description of this property, please see getValueNumber()
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setValueString(String value)
public void setValueString(String value)
For the description of this property, please see getValueString()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |