edu.stanford.smi.protege.server.admin
Enum UserInfoTableModel.Column
java.lang.Object
java.lang.Enum<UserInfoTableModel.Column>
edu.stanford.smi.protege.server.admin.UserInfoTableModel.Column
- All Implemented Interfaces:
- Serializable, Comparable<UserInfoTableModel.Column>
- Enclosing class:
- UserInfoTableModel
public static enum UserInfoTableModel.Column
- extends Enum<UserInfoTableModel.Column>
sessionId
public static final UserInfoTableModel.Column sessionId
user
public static final UserInfoTableModel.Column user
ipAddr
public static final UserInfoTableModel.Column ipAddr
transaction
public static final UserInfoTableModel.Column transaction
backlog
public static final UserInfoTableModel.Column backlog
values
public static final UserInfoTableModel.Column[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(UserInfoTableModel.Column c : UserInfoTableModel.Column.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static UserInfoTableModel.Column valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
getColumnName
public String getColumnName()
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2010 Stanford University.