|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dukascopy.api.indicators.OutputParameterInfo
public class OutputParameterInfo
Describes output
Nested Class Summary | |
---|---|
static class |
OutputParameterInfo.Type
Type of the output |
Field Summary | |
---|---|
static int |
DASH_LINE
Show output as dashed line |
static int |
DOT
Show output as dots |
static int |
DOT_LINE
Show output as dotted line |
static int |
HISTO
Show output as histogram |
static int |
LINE
Show output as line |
static int |
PATTERN_BOOL
If value is not zero, then draw pattern |
static int |
PATTERN_BULL_BEAR
If value: == 0 - no pattern > 0 - bullish < 0 - bearish |
static int |
PATTERN_STRENGTH
If value: == 0 - neutral ]0..100] getting bullish ]100..200] bullish [-100..0[ getting bearish [-200..100[ bearish |
Constructor Summary | |
---|---|
OutputParameterInfo()
Creates empty parameter description without setting any field |
|
OutputParameterInfo(String name,
OutputParameterInfo.Type type,
int flags)
Creates output parameter descriptor and sets all fields |
Method Summary | |
---|---|
int |
getFlags()
Returns flags of the output |
String |
getName()
Returns name of the output |
OutputParameterInfo.Type |
getType()
Returns type of the output |
void |
setFlags(int flags)
Sets flags of the output. |
void |
setName(String name)
Sets name of the output |
void |
setType(OutputParameterInfo.Type type)
Sets type of the output |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LINE
public static final int DOT_LINE
public static final int DASH_LINE
public static final int DOT
public static final int HISTO
public static final int PATTERN_BOOL
public static final int PATTERN_BULL_BEAR
public static final int PATTERN_STRENGTH
Constructor Detail |
---|
public OutputParameterInfo()
public OutputParameterInfo(String name, OutputParameterInfo.Type type, int flags)
name
- name of the outputtype
- type of the outputflags
- flags of the outputMethod Detail |
---|
public String getName()
public void setName(String name)
name
- name of the outputpublic OutputParameterInfo.Type getType()
public void setType(OutputParameterInfo.Type type)
type
- type of the outputpublic int getFlags()
public void setFlags(int flags)
flags
- flags of the output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |