org.opennms.web.outage
Class OutageFactory.SortStyle
java.lang.Object
org.opennms.web.outage.OutageFactory.SortStyle
- Enclosing class:
- OutageFactory
- public static class OutageFactory.SortStyle
- extends java.lang.Object
Convenience class to determine sort style of a query.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_NODE
public static final int _NODE
- See Also:
- Constant Field Values
_INTERFACE
public static final int _INTERFACE
- See Also:
- Constant Field Values
_SERVICE
public static final int _SERVICE
- See Also:
- Constant Field Values
_IFLOSTSERVICE
public static final int _IFLOSTSERVICE
- See Also:
- Constant Field Values
_IFREGAINEDSERVICE
public static final int _IFREGAINEDSERVICE
- See Also:
- Constant Field Values
_ID
public static final int _ID
- See Also:
- Constant Field Values
NODE
public static final OutageFactory.SortStyle NODE
INTERFACE
public static final OutageFactory.SortStyle INTERFACE
SERVICE
public static final OutageFactory.SortStyle SERVICE
IFLOSTSERVICE
public static final OutageFactory.SortStyle IFLOSTSERVICE
IFREGAINEDSERVICE
public static final OutageFactory.SortStyle IFREGAINEDSERVICE
ID
public static final OutageFactory.SortStyle ID
_REVERSE_NODE
public static final int _REVERSE_NODE
- See Also:
- Constant Field Values
_REVERSE_INTERFACE
public static final int _REVERSE_INTERFACE
- See Also:
- Constant Field Values
_REVERSE_SERVICE
public static final int _REVERSE_SERVICE
- See Also:
- Constant Field Values
_REVERSE_IFLOSTSERVICE
public static final int _REVERSE_IFLOSTSERVICE
- See Also:
- Constant Field Values
_REVERSE_IFREGAINEDSERVICE
public static final int _REVERSE_IFREGAINEDSERVICE
- See Also:
- Constant Field Values
_REVERSE_ID
public static final int _REVERSE_ID
- See Also:
- Constant Field Values
REVERSE_NODE
public static final OutageFactory.SortStyle REVERSE_NODE
REVERSE_INTERFACE
public static final OutageFactory.SortStyle REVERSE_INTERFACE
REVERSE_SERVICE
public static final OutageFactory.SortStyle REVERSE_SERVICE
REVERSE_IFLOSTSERVICE
public static final OutageFactory.SortStyle REVERSE_IFLOSTSERVICE
REVERSE_IFREGAINEDSERVICE
public static final OutageFactory.SortStyle REVERSE_IFREGAINEDSERVICE
REVERSE_ID
public static final OutageFactory.SortStyle REVERSE_ID
name
protected java.lang.String name
id
protected int id
OutageFactory.SortStyle
private OutageFactory.SortStyle(java.lang.String name,
int id)
toString
public java.lang.String toString()
getName
public java.lang.String getName()
getId
public int getId()
Generated by eevans on May 29 2005 2015.