public enum DmlFontCollectionIndex extends Enum<DmlFontCollectionIndex>
Modifier and Type | Method and Description |
---|---|
static DmlFontCollectionIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DmlFontCollectionIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DmlFontCollectionIndex major
public static final DmlFontCollectionIndex minor
public static final DmlFontCollectionIndex none
public static DmlFontCollectionIndex[] values()
for (DmlFontCollectionIndex c : DmlFontCollectionIndex.values()) System.out.println(c);
public static DmlFontCollectionIndex 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 null