public class Parameter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN |
static int |
NUMBER |
static int |
NUMBER_ARRAY |
static int |
STRING |
static int |
STRING_ARRAY |
static int |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanValue() |
Double[] |
getNumberArrayValue() |
Double |
getNumberValue() |
Object |
getRawValue() |
String[] |
getStringArrayValue() |
String |
getStringValue() |
int |
getType() |
public static final int UNKNOWN
public static final int NUMBER
public static final int NUMBER_ARRAY
public static final int STRING
public static final int STRING_ARRAY
public static final int BOOLEAN
public Parameter(Object value)
public int getType()
public Object getRawValue()
public Boolean getBooleanValue()
public String getStringValue()
public String[] getStringArrayValue()
public Double getNumberValue()
public Double[] getNumberArrayValue()
Copyright © 2015 atRem Interactive Media. All rights reserved.