public enum AddCycleType extends Enum<AddCycleType>
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
static AddCycleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddCycleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddCycleType Before
public static final AddCycleType After
public static AddCycleType[] values()
for (AddCycleType c : AddCycleType.values()) System.out.println(c);
public static AddCycleType 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 getMethod()
Copyright © 2016. All rights reserved.