public enum CatSIMDependencyMode extends java.lang.Enum<CatSIMDependencyMode>
| Enum Constant and Description |
|---|
CatSIMDependencyAfterLast |
CatSIMDependencyBeforeFirst |
CatSIMDependencyFromStartToStop |
| Modifier and Type | Method and Description |
|---|---|
static CatSIMDependencyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatSIMDependencyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatSIMDependencyMode CatSIMDependencyAfterLast
public static final CatSIMDependencyMode CatSIMDependencyBeforeFirst
public static final CatSIMDependencyMode CatSIMDependencyFromStartToStop
public static CatSIMDependencyMode[] values()
for (CatSIMDependencyMode c : CatSIMDependencyMode.values()) System.out.println(c);
public static CatSIMDependencyMode 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 null