public enum LabelPartSectionsEnum extends java.lang.Enum<LabelPartSectionsEnum>
| Enum Constant and Description |
|---|
CONTENT
Der Hauptbereich
|
FOOTER
Der Fußbereich
|
GENERAL
Kein Bereich, sonder ist allgemein gültig
|
TITLE
Der Titeltextbereich
|
| Modifier and Type | Method and Description |
|---|---|
static LabelPartSectionsEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelPartSectionsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelPartSectionsEnum TITLE
public static final LabelPartSectionsEnum CONTENT
public static final LabelPartSectionsEnum FOOTER
public static final LabelPartSectionsEnum GENERAL
public static LabelPartSectionsEnum[] values()
for (LabelPartSectionsEnum c : LabelPartSectionsEnum.values()) System.out.println(c);
public static LabelPartSectionsEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null