public static enum CqQuery.ChartOptions.ImageFormat extends Enum<CqQuery.ChartOptions.ImageFormat> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
JPEG
Generate the chart in JPEG format
|
PNG
Generate the chart in PNG format
|
Modifier and Type | Method and Description |
---|---|
static CqQuery.ChartOptions.ImageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqQuery.ChartOptions.ImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqQuery.ChartOptions.ImageFormat JPEG
public static final CqQuery.ChartOptions.ImageFormat PNG
public static CqQuery.ChartOptions.ImageFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static CqQuery.ChartOptions.ImageFormat[] values()
for (CqQuery.ChartOptions.ImageFormat c : CqQuery.ChartOptions.ImageFormat.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.