CustomValue

Inheritance: java.lang.Object

public class CustomValue

Value of property.

Constructors

ConstructorDescription
CustomValue()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setValueDate(DateTime value)

public void setValueDate(DateTime value)

For the description of this property, please see getValueDate()

Parameters:

ParameterTypeDescription
valueDateTime

setValueNumber(double value)

public void setValueNumber(double value)

For the description of this property, please see getValueNumber()

Parameters:

ParameterTypeDescription
valuedouble

setValueString(String value)

public void setValueString(String value)

For the description of this property, please see getValueString()

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int