public static class Parameters.ParametersBase extends Object implements Parameters
Parameters.ParametersArray, Parameters.ParametersBase| Constructor and Description |
|---|
Parameters.ParametersBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(int index) |
double |
getDouble(int index) |
float |
getFloat(int index) |
int |
getInt(int index) |
long |
getLong(int index) |
public int getInt(int index)
getInt in interface Parameterspublic long getLong(int index)
getLong in interface Parameterspublic double getDouble(int index)
getDouble in interface Parameterspublic float getFloat(int index)
getFloat in interface Parameterspublic boolean getBoolean(int index)
getBoolean in interface ParametersCopyright © 2014. All Rights Reserved.