public static enum HandleDateStep.InstantMode extends java.lang.Enum<HandleDateStep.InstantMode>
| Enum Constant and Description | 
|---|
| ANYThe any. | 
| BOPThe bop. | 
| EOPThe eop. | 
| EPYThe epy. | 
| UNKNOWNThe unknown. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HandleDateStep.InstantMode | valueOf(int use)Value of. | 
| static HandleDateStep.InstantMode | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static HandleDateStep.InstantMode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HandleDateStep.InstantMode BOP
public static final HandleDateStep.InstantMode EOP
public static final HandleDateStep.InstantMode EPY
public static final HandleDateStep.InstantMode ANY
public static final HandleDateStep.InstantMode UNKNOWN
public static HandleDateStep.InstantMode[] values()
for (HandleDateStep.InstantMode c : HandleDateStep.InstantMode.values()) System.out.println(c);
public static HandleDateStep.InstantMode 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 HandleDateStep.InstantMode valueOf(int use)
use - the useCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa