com.sun.star.chart
Class ChartErrorIndicatorType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.chart.ChartErrorIndicatorType
- public final synchronized class ChartErrorIndicatorType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.chart.ChartErrorIndicatorType |
LOWER
|
static int |
LOWER_value
|
static com.sun.star.chart.ChartErrorIndicatorType |
NONE
|
static int |
NONE_value
|
static com.sun.star.chart.ChartErrorIndicatorType |
TOP_AND_BOTTOM
|
static int |
TOP_AND_BOTTOM_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.chart.ChartErrorIndicatorType |
UPPER
|
static int |
UPPER_value
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
ChartErrorIndicatorType(int i)
|
Method Summary |
static com.sun.star.chart.ChartErrorIndicatorType |
fromInt(int i)
|
static com.sun.star.chart.ChartErrorIndicatorType |
getDefault()
|
Methods inherited from class com.sun.star.uno.Enum |
getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOWER
public static final com.sun.star.chart.ChartErrorIndicatorType LOWER
LOWER_value
public static final int LOWER_value
NONE
public static final com.sun.star.chart.ChartErrorIndicatorType NONE
NONE_value
public static final int NONE_value
TOP_AND_BOTTOM
public static final com.sun.star.chart.ChartErrorIndicatorType TOP_AND_BOTTOM
TOP_AND_BOTTOM_value
public static final int TOP_AND_BOTTOM_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
UPPER
public static final com.sun.star.chart.ChartErrorIndicatorType UPPER
UPPER_value
public static final int UPPER_value
ChartErrorIndicatorType
private ChartErrorIndicatorType(int i)
fromInt
public static com.sun.star.chart.ChartErrorIndicatorType fromInt(int i)
getDefault
public static com.sun.star.chart.ChartErrorIndicatorType getDefault()