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 Object
Convenience class to determine what sort of events to include in a query.
_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 String name
id
protected int id
toString
public String toString()
- Overrides:
toString in class Object
getName
public String getName()
getId
public int getId()
Copyright © 2009. All Rights Reserved.