public final class RightValueUtility extends Object
Modifier and Type | Method and Description |
---|---|
static Integer |
convert2Integer(RightValue index) |
static RightValue |
createRightValue(Object value)
Create a right value from the object.
|
static RightValue[] |
createRightValues(Object[] values)
Create a right value array from an object array.
|
static Object |
getValueObject(RightValue arg) |
public static Object getValueObject(RightValue arg)
public static Integer convert2Integer(RightValue index) throws ExecutionException
index
- ExecutionException
public static RightValue createRightValue(Object value)
In other cases the method will return a BasicJavaObjectValue
.
value
- the original value to convert to a right valuepublic static RightValue[] createRightValues(Object[] values)
values
- the object array to convert to right valuesCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.