org.opennms.web.vulnerability
Class VulnerabilityFactory.ResolutionType
java.lang.Object
org.opennms.web.vulnerability.VulnerabilityFactory.ResolutionType
- Enclosing class:
- VulnerabilityFactory
- public static class VulnerabilityFactory.ResolutionType
- extends java.lang.Object
Convenience class to determine what sort of events to include in a query.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_OPEN
public static final int _OPEN
- See Also:
- Constant Field Values
_RESOLVED
public static final int _RESOLVED
- See Also:
- Constant Field Values
_BOTH
public static final int _BOTH
- See Also:
- Constant Field Values
OPEN
public static final VulnerabilityFactory.ResolutionType OPEN
RESOLVED
public static final VulnerabilityFactory.ResolutionType RESOLVED
BOTH
public static final VulnerabilityFactory.ResolutionType BOTH
name
protected java.lang.String name
id
protected int id
VulnerabilityFactory.ResolutionType
private VulnerabilityFactory.ResolutionType(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.