public enum WorksheetTypeId extends java.lang.Enum<WorksheetTypeId>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static WorksheetTypeId |
valueOf(int intValue) |
static WorksheetTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorksheetTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorksheetTypeId Original
public static final WorksheetTypeId Amended
public static final WorksheetTypeId Test
public static WorksheetTypeId[] values()
for (WorksheetTypeId c : WorksheetTypeId.values()) System.out.println(c);
public static WorksheetTypeId 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 WorksheetTypeId valueOf(int intValue)
public int getValue()