com.sun.star.chart
Class ChartDataChangeType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.chart.ChartDataChangeType
- public final synchronized class ChartDataChangeType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.chart.ChartDataChangeType |
ALL
|
static int |
ALL_value
|
static com.sun.star.chart.ChartDataChangeType |
COLUMN_DELETED
|
static int |
COLUMN_DELETED_value
|
static com.sun.star.chart.ChartDataChangeType |
COLUMN_INSERTED
|
static int |
COLUMN_INSERTED_value
|
static com.sun.star.chart.ChartDataChangeType |
DATA_RANGE
|
static int |
DATA_RANGE_value
|
static com.sun.star.chart.ChartDataChangeType |
ROW_DELETED
|
static int |
ROW_DELETED_value
|
static com.sun.star.chart.ChartDataChangeType |
ROW_INSERTED
|
static int |
ROW_INSERTED_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
ChartDataChangeType(int i)
|
Method Summary |
static com.sun.star.chart.ChartDataChangeType |
fromInt(int i)
|
static com.sun.star.chart.ChartDataChangeType |
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 |
ALL
public static final com.sun.star.chart.ChartDataChangeType ALL
ALL_value
public static final int ALL_value
COLUMN_DELETED
public static final com.sun.star.chart.ChartDataChangeType COLUMN_DELETED
COLUMN_DELETED_value
public static final int COLUMN_DELETED_value
COLUMN_INSERTED
public static final com.sun.star.chart.ChartDataChangeType COLUMN_INSERTED
COLUMN_INSERTED_value
public static final int COLUMN_INSERTED_value
DATA_RANGE
public static final com.sun.star.chart.ChartDataChangeType DATA_RANGE
DATA_RANGE_value
public static final int DATA_RANGE_value
ROW_DELETED
public static final com.sun.star.chart.ChartDataChangeType ROW_DELETED
ROW_DELETED_value
public static final int ROW_DELETED_value
ROW_INSERTED
public static final com.sun.star.chart.ChartDataChangeType ROW_INSERTED
ROW_INSERTED_value
public static final int ROW_INSERTED_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
ChartDataChangeType
private ChartDataChangeType(int i)
fromInt
public static com.sun.star.chart.ChartDataChangeType fromInt(int i)
getDefault
public static com.sun.star.chart.ChartDataChangeType getDefault()