| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.skd.control.chart |
| Modifier and Type | Method and Description |
|---|---|
static ChartType.ChartTypes |
ChartType.ChartTypes.fromString(java.lang.String chart)
Provides a "safe" valueOf() implementation that does not throw an exception
when the chart is not in the enum list, but rather returns null.
|
static ChartType.ChartTypes |
ChartType.ChartTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartType.ChartTypes[] |
ChartType.ChartTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartType.setType(ChartType.ChartTypes type)
Sets the chart type using enum
|