public static enum ConLatticeTableModel.DataType extends java.lang.Enum<ConLatticeTableModel.DataType>
Enum Constant and Description |
---|
ALL |
JOIN_IRREDUCIBLES |
PRINCIPALS |
Modifier and Type | Method and Description |
---|---|
static ConLatticeTableModel.DataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConLatticeTableModel.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConLatticeTableModel.DataType ALL
public static final ConLatticeTableModel.DataType PRINCIPALS
public static final ConLatticeTableModel.DataType JOIN_IRREDUCIBLES
public static ConLatticeTableModel.DataType[] values()
for (ConLatticeTableModel.DataType c : ConLatticeTableModel.DataType.values()) System.out.println(c);
public static ConLatticeTableModel.DataType 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 nullCopyright 2003 Ralph Freese. All Rights Reserved.