public static enum ExportConf.Orientation extends Enum<ExportConf.Orientation>
Modifier and Type | Method and Description |
---|---|
static ExportConf.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportConf.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportConf.Orientation PORTRAIT
public static final ExportConf.Orientation LANDSCAPE
public static ExportConf.Orientation[] values()
for (ExportConf.Orientation c : ExportConf.Orientation.values()) System.out.println(c);
public static ExportConf.Orientation 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 nullCopyright © 2013–2015 Dandelion Project. All rights reserved.