public static enum StyleTypeDefinitions.PrintOrientation extends Enum<StyleTypeDefinitions.PrintOrientation>
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.PrintOrientation |
enumValueOf(String aValue) |
String |
toString() |
static StyleTypeDefinitions.PrintOrientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.PrintOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.PrintOrientation LANDSCAPE
public static final StyleTypeDefinitions.PrintOrientation PORTRAIT
public static StyleTypeDefinitions.PrintOrientation[] values()
for (StyleTypeDefinitions.PrintOrientation c : StyleTypeDefinitions.PrintOrientation.values()) System.out.println(c);
public static StyleTypeDefinitions.PrintOrientation 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 StyleTypeDefinitions.PrintOrientation enumValueOf(String aValue)
public String toString()
toString
in class Enum<StyleTypeDefinitions.PrintOrientation>
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.