|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OptInputParameterInfo.Type>
com.dukascopy.api.indicators.OptInputParameterInfo.Type
public static enum OptInputParameterInfo.Type
Type of the optional input
Enum Constant Summary | |
---|---|
CURRENCY
Optional input is currency |
|
DEGREE
Optional input is degree |
|
OTHER
Optional input is something other |
|
PERCENT
Optional input is percent |
Method Summary | |
---|---|
static OptInputParameterInfo.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OptInputParameterInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OptInputParameterInfo.Type PERCENT
public static final OptInputParameterInfo.Type DEGREE
public static final OptInputParameterInfo.Type CURRENCY
public static final OptInputParameterInfo.Type OTHER
Method Detail |
---|
public static OptInputParameterInfo.Type[] values()
for (OptInputParameterInfo.Type c : OptInputParameterInfo.Type.values()) System.out.println(c);
public static OptInputParameterInfo.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |