|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptInputParameterInfo.Type | |
|---|---|
| com.dukascopy.api.indicators | |
| Uses of OptInputParameterInfo.Type in com.dukascopy.api.indicators |
|---|
| Methods in com.dukascopy.api.indicators that return OptInputParameterInfo.Type | |
|---|---|
OptInputParameterInfo.Type |
OptInputParameterInfo.getType()
Returns type of the optional input |
static OptInputParameterInfo.Type |
OptInputParameterInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OptInputParameterInfo.Type[] |
OptInputParameterInfo.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.dukascopy.api.indicators with parameters of type OptInputParameterInfo.Type | |
|---|---|
void |
OptInputParameterInfo.setType(OptInputParameterInfo.Type type)
Sets type of the optional input |
| Constructors in com.dukascopy.api.indicators with parameters of type OptInputParameterInfo.Type | |
|---|---|
OptInputParameterInfo(String name,
OptInputParameterInfo.Type type,
OptInputDescription description)
Creates descriptor and sets all the fields |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||