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