public enum WFDateAlterOperation extends java.lang.Enum<WFDateAlterOperation>
IWFDateEval for more detail.| Enum Constant and Description |
|---|
firstDayOfMonth
Operation to alter the date value to the first day of the month.
|
firstDayOfQuarter
Operation to alter the date value to the first day of the quarter.
|
firstDayOfYear
Operation to alter the date value to the first day of the year.
|
lastDayOfMonth
Operation to alter the date value to the last day of the month.
|
lastDayOfQuarter
Operation to alter the date value to the last day of the quarter.
|
lastDayOfYear
Operation to alter the date value to the last day of the year.
|
| Modifier and Type | Method and Description |
|---|---|
static WFDateAlterOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFDateAlterOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFDateAlterOperation firstDayOfMonth
public static final WFDateAlterOperation lastDayOfMonth
public static final WFDateAlterOperation firstDayOfQuarter
public static final WFDateAlterOperation lastDayOfQuarter
public static final WFDateAlterOperation firstDayOfYear
public static final WFDateAlterOperation lastDayOfYear
public static WFDateAlterOperation[] values()
for (WFDateAlterOperation c : WFDateAlterOperation.values()) System.out.println(c);
public static WFDateAlterOperation 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
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.