public static enum NelsonCondition.NelsonRule extends Enum<NelsonCondition.NelsonRule>
| Enum Constant and Description |
|---|
Rule1 |
Rule2 |
Rule3 |
Rule4 |
Rule5 |
Rule6 |
Rule7 |
Rule8 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static NelsonCondition.NelsonRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NelsonCondition.NelsonRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NelsonCondition.NelsonRule Rule1
public static final NelsonCondition.NelsonRule Rule2
public static final NelsonCondition.NelsonRule Rule3
public static final NelsonCondition.NelsonRule Rule4
public static final NelsonCondition.NelsonRule Rule5
public static final NelsonCondition.NelsonRule Rule6
public static final NelsonCondition.NelsonRule Rule7
public static final NelsonCondition.NelsonRule Rule8
public static NelsonCondition.NelsonRule[] values()
for (NelsonCondition.NelsonRule c : NelsonCondition.NelsonRule.values()) System.out.println(c);
public static NelsonCondition.NelsonRule 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 String getDescription()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.