org.opennms.web.outage
Enum SortStyle
java.lang.Object
java.lang.Enum<SortStyle>
org.opennms.web.outage.SortStyle
- All Implemented Interfaces:
- Serializable, Comparable<SortStyle>
public enum SortStyle
- extends Enum<SortStyle>
NODE
public static final SortStyle NODE
INTERFACE
public static final SortStyle INTERFACE
SERVICE
public static final SortStyle SERVICE
IFLOSTSERVICE
public static final SortStyle IFLOSTSERVICE
IFREGAINEDSERVICE
public static final SortStyle IFREGAINEDSERVICE
ID
public static final SortStyle ID
REVERSE_NODE
public static final SortStyle REVERSE_NODE
REVERSE_INTERFACE
public static final SortStyle REVERSE_INTERFACE
REVERSE_SERVICE
public static final SortStyle REVERSE_SERVICE
REVERSE_IFLOSTSERVICE
public static final SortStyle REVERSE_IFLOSTSERVICE
REVERSE_IFREGAINEDSERVICE
public static final SortStyle REVERSE_IFREGAINEDSERVICE
REVERSE_ID
public static final SortStyle REVERSE_ID
DEFAULT_SORT_STYLE
public static final SortStyle DEFAULT_SORT_STYLE
values
public static SortStyle[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SortStyle c : SortStyle.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SortStyle 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
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<SortStyle>
getName
public String getName()
getShortName
public String getShortName()
getSortStyle
public static SortStyle getSortStyle(String sortStyleString)
getOrderByClause
protected String getOrderByClause()
- Convenience method for getting the SQL ORDER BY clause related
to a given sort style.
Copyright © 2009. All Rights Reserved.