Pular para o conteúdo principal

Class: ValueObject

This page documents the methods and fields available in the ValueObject class.

Members

SignatureDescription
ValueObject()Creates a new instance of ValueObject.
ValueObject(LuaValue)Creates a new instance of ValueObject.
equals(Object)Compares this instance with another for equality/order.
get(String)Returns the current value.
getCriticalValue()Returns the current critical value.
getObjectCritical()Returns the current object critical.
hashCode()Returns whether code is true.
put(String, Object)Sets or updates the the value.
put(String, ValueObject)Sets or updates the the value.
toBoolean()Performs the toBoolean operation.
toByte()Performs the toByte operation.
toChar()Performs the toChar operation.
toDouble()Performs the toDouble operation.
toFloat()Performs the toFloat operation.
toInt()Performs the toInt operation.
toJava(Class)Performs the toJava operation using the provided parameters (var1).
toLong()Performs the toLong operation.
toShort()Performs the toShort operation.
toString()Returns the string representation.
typename()Performs the typename operation.