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