public enum AttributeCheckStatus extends Enum<AttributeCheckStatus>
| Enum Constant and Description |
|---|
MALFUNCTION |
OK |
SUSPICIOUS |
| Modifier and Type | Method and Description |
|---|---|
abstract com.bytex.snamp.connector.health.HealthStatus |
createStatus(Attribute attribute) |
static AttributeCheckStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeCheckStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeCheckStatus OK
public static final AttributeCheckStatus SUSPICIOUS
public static final AttributeCheckStatus MALFUNCTION
public static AttributeCheckStatus[] values()
for (AttributeCheckStatus c : AttributeCheckStatus.values()) System.out.println(c);
public static AttributeCheckStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract com.bytex.snamp.connector.health.HealthStatus createStatus(Attribute attribute)
Copyright © 2015–2017 Bytex Solutions. All rights reserved.