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