|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dukascopy.api.indicators.DoubleListDescription
public class DoubleListDescription
Describes optional input as list of values
| Constructor Summary | |
|---|---|
DoubleListDescription()
Creates object without setting any field |
|
DoubleListDescription(double defaultValue,
double[] values,
String[] valueNames)
Creates object and sets all the fields |
|
| Method Summary | |
|---|---|
double |
getDefaultValue()
Returns default value, that is used if user doesn't set optional input |
String[] |
getValueNames()
Returns names of the every value in array |
double[] |
getValues()
Returns array of the values, that user can set |
void |
setDefaultValue(double defaultValue)
Sets default value, that is used if user doesn't set optional input |
void |
setValueNames(String[] valueNames)
Sets value names |
void |
setValues(double[] values)
Sets array of the values, that user can set |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleListDescription()
public DoubleListDescription(double defaultValue,
double[] values,
String[] valueNames)
defaultValue - default value, that is used if user doesn't set optional inputvalues - array of the values as doublesvalueNames - name of every value| Method Detail |
|---|
public double getDefaultValue()
public void setDefaultValue(double defaultValue)
defaultValue - default valuepublic double[] getValues()
public void setValues(double[] values)
values - array of the values, that user can setpublic String[] getValueNames()
public void setValueNames(String[] valueNames)
valueNames - value names
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||