ValueObject
Complete API reference for ValueObject, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class ValueObject
Constructors
| Signature | Description |
|---|---|
ValueObject() | Creates a new instance of ValueObject. |
ValueObject(LuaValue) | Creates a new instance of ValueObject. |
Methods
| Signature | Returns | Description |
|---|---|---|
getCriticalValue() | LuaValue | Returns the current critical value. |
typename() | String | Executes typename and returns after the underlying engine call finishes. |
get(String) | ValueObject | Returns the current value. |
put(String, ValueObject) | void | Sets or updates the the value. |
put(String, Object) | void | Sets or updates the the value. |
toJava(Class) | Object | Performs the toJava operation using the provided parameters (var1). |
toBoolean() | boolean | Executes toBoolean and returns after the underlying engine call finishes. |
toByte() | byte | Executes toByte and returns after the underlying engine call finishes. |
toChar() | char | Executes toChar and returns after the underlying engine call finishes. |
toShort() | short | Executes toShort and returns after the underlying engine call finishes. |
toInt() | int | Executes toInt and returns after the underlying engine call finishes. |
toLong() | long | Executes toLong and returns after the underlying engine call finishes. |
toFloat() | float | Executes toFloat and returns after the underlying engine call finishes. |
toDouble() | double | Executes toDouble and returns after the underlying engine call finishes. |
equals(Object) | boolean | Compares this instance with another for equality/order. |
toString() | String | Returns the string representation. |
hashCode() | int | Returns whether code is true. |
getObjectCritical() | LuaValue | Returns the current object critical. |