|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dukascopy.api.indicators.InputParameterInfo
public class InputParameterInfo
Describes indicator input
| Nested Class Summary | |
|---|---|
static class |
InputParameterInfo.Type
Type of the input |
| Constructor Summary | |
|---|---|
InputParameterInfo()
Creates input parameter descriptor without setting any field |
|
InputParameterInfo(String name,
InputParameterInfo.Type type)
Creates input parameter descriptor and sets all the fields |
|
| Method Summary | |
|---|---|
String |
getName()
Returns name of the input |
InputParameterInfo.Type |
getType()
Returns type of the input |
void |
setName(String name)
Sets name of the input |
void |
setType(InputParameterInfo.Type type)
Sets type of the input |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputParameterInfo()
public InputParameterInfo(String name,
InputParameterInfo.Type type)
name - name of the inputtype - type of the input| Method Detail |
|---|
public String getName()
public void setName(String name)
name - of the inputpublic InputParameterInfo.Type getType()
public void setType(InputParameterInfo.Type type)
type - type of the input
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||