public static enum ContentFileContext.ColumnSet extends Enum<ContentFileContext.ColumnSet>
Modifier and Type | Method and Description |
---|---|
static ContentFileContext.ColumnSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentFileContext.ColumnSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentFileContext.ColumnSet Normal
public static final ContentFileContext.ColumnSet Lean
public static ContentFileContext.ColumnSet[] values()
for (ContentFileContext.ColumnSet c : ContentFileContext.ColumnSet.values()) System.out.println(c);
public static ContentFileContext.ColumnSet 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 © 2014 Equilibrium. All rights reserved.