public enum LabelSizeEnum extends java.lang.Enum<LabelSizeEnum>
Enum Constant and Description |
---|
SIZE_5CM
5cm Ordner
|
SIZE_7CM
7cm Ordner
|
SIZE_8CM
8cm Ordner
|
Modifier and Type | Method and Description |
---|---|
static LabelSizeEnum |
getDefault() |
static LabelSizeEnum |
getLabelSize(java.lang.Integer width)
Liefert das LabelSize Enum zu einer angegebene Breite.
|
java.lang.String |
getValue() |
int |
getWidth() |
static LabelSizeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelSizeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelSizeEnum SIZE_5CM
public static final LabelSizeEnum SIZE_7CM
public static final LabelSizeEnum SIZE_8CM
public static LabelSizeEnum[] values()
for (LabelSizeEnum c : LabelSizeEnum.values()) System.out.println(c);
public static LabelSizeEnum 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 nullpublic static LabelSizeEnum getDefault()
public static LabelSizeEnum getLabelSize(java.lang.Integer width)
width
- die Breite, nach der gesucht werden soll.public java.lang.String getValue()
public int getWidth()