|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dukascopy.api.indicators.OptInputParameterInfo
public class OptInputParameterInfo
Describes optional input
| Nested Class Summary | |
|---|---|
static class |
OptInputParameterInfo.Type
Type of the optional input |
| Constructor Summary | |
|---|---|
OptInputParameterInfo()
Creates descriptor without setting any field |
|
OptInputParameterInfo(String name,
OptInputParameterInfo.Type type,
OptInputDescription description)
Creates descriptor and sets all the fields |
|
| Method Summary | |
|---|---|
OptInputDescription |
getDescription()
Returns object that describes possible values of the optional input |
String |
getName()
Returns name of the optional input |
OptInputParameterInfo.Type |
getType()
Returns type of the optional input |
void |
setDescription(OptInputDescription description)
Sets object that describes possible values of the optional input |
void |
setName(String name)
Sets name of the optional input |
void |
setType(OptInputParameterInfo.Type type)
Sets type of the optional input |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptInputParameterInfo()
public OptInputParameterInfo(String name,
OptInputParameterInfo.Type type,
OptInputDescription description)
name - name of the optional inputtype - type of the optional inputdescription - object that describes possible values of the optional inputIntegerListDescription,
IntegerRangeDescription,
DoubleListDescription,
DoubleRangeDescription| Method Detail |
|---|
public String getName()
public void setName(String name)
name - name of the optional inputpublic OptInputParameterInfo.Type getType()
public void setType(OptInputParameterInfo.Type type)
type - type of the optional inputpublic OptInputDescription getDescription()
public void setDescription(OptInputDescription description)
description - object that describes possible values of the optional input
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||