|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputParameterInfo.Type | |
---|---|
com.dukascopy.api.indicators |
Uses of OutputParameterInfo.Type in com.dukascopy.api.indicators |
---|
Methods in com.dukascopy.api.indicators that return OutputParameterInfo.Type | |
---|---|
OutputParameterInfo.Type |
OutputParameterInfo.getType()
Returns type of the output |
static OutputParameterInfo.Type |
OutputParameterInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OutputParameterInfo.Type[] |
OutputParameterInfo.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 OutputParameterInfo.Type | |
---|---|
void |
OutputParameterInfo.setType(OutputParameterInfo.Type type)
Sets type of the output |
Constructors in com.dukascopy.api.indicators with parameters of type OutputParameterInfo.Type | |
---|---|
OutputParameterInfo(String name,
OutputParameterInfo.Type type,
int flags)
Creates output parameter descriptor and sets all fields |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |