public static enum PrintTemplateFeature.Side extends Enum<PrintTemplateFeature.Side>
| Modifier and Type | Method and Description |
|---|---|
static PrintTemplateFeature.Side |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintTemplateFeature.Side[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintTemplateFeature.Side SOUTH
public static final PrintTemplateFeature.Side NORTH
public static final PrintTemplateFeature.Side WEST
public static final PrintTemplateFeature.Side EAST
public static PrintTemplateFeature.Side[] values()
for (PrintTemplateFeature.Side c : PrintTemplateFeature.Side.values()) System.out.println(c);
public static PrintTemplateFeature.Side 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 © 2012–2026 cismet GmbH. All rights reserved.