public enum CpclFontTypeEnum extends java.lang.Enum<CpclFontTypeEnum>
Enum Constant and Description |
---|
Font_1 |
Font_2 |
Font_3 |
Font_4 |
Font_5 |
Font_6 |
Font_7 |
Modifier and Type | Method and Description |
---|---|
static CpclFontTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CpclFontTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CpclFontTypeEnum Font_1
public static final CpclFontTypeEnum Font_2
public static final CpclFontTypeEnum Font_3
public static final CpclFontTypeEnum Font_4
public static final CpclFontTypeEnum Font_5
public static final CpclFontTypeEnum Font_6
public static final CpclFontTypeEnum Font_7
public static CpclFontTypeEnum[] values()
for (CpclFontTypeEnum c : CpclFontTypeEnum.values()) System.out.println(c);
public static CpclFontTypeEnum 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