public static enum PipeBehaviourWoodDiamond.FilterMode extends java.lang.Enum<PipeBehaviourWoodDiamond.FilterMode>
Enum Constant and Description |
---|
BLACK_LIST |
ROUND_ROBIN |
WHITE_LIST |
Modifier and Type | Method and Description |
---|---|
static PipeBehaviourWoodDiamond.FilterMode |
get(int index) |
static PipeBehaviourWoodDiamond.FilterMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipeBehaviourWoodDiamond.FilterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipeBehaviourWoodDiamond.FilterMode WHITE_LIST
public static final PipeBehaviourWoodDiamond.FilterMode BLACK_LIST
public static final PipeBehaviourWoodDiamond.FilterMode ROUND_ROBIN
public static PipeBehaviourWoodDiamond.FilterMode[] values()
for (PipeBehaviourWoodDiamond.FilterMode c : PipeBehaviourWoodDiamond.FilterMode.values()) System.out.println(c);
public static PipeBehaviourWoodDiamond.FilterMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static PipeBehaviourWoodDiamond.FilterMode get(int index)