public static enum ServiceModel.TemporalExpressionType extends Enum<ServiceModel.TemporalExpressionType>
| Enum Constant and Description |
|---|
FIRST |
FIRST_DAY_OF_MONTH |
FOURTH |
LAST |
LAST_DAY_OF_MONTH |
SECOND |
THIRD |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.TemporalExpressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.TemporalExpressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.TemporalExpressionType FIRST
public static final ServiceModel.TemporalExpressionType SECOND
public static final ServiceModel.TemporalExpressionType THIRD
public static final ServiceModel.TemporalExpressionType FOURTH
public static final ServiceModel.TemporalExpressionType LAST
public static final ServiceModel.TemporalExpressionType FIRST_DAY_OF_MONTH
public static final ServiceModel.TemporalExpressionType LAST_DAY_OF_MONTH
public static ServiceModel.TemporalExpressionType[] values()
for (ServiceModel.TemporalExpressionType c : ServiceModel.TemporalExpressionType.values()) System.out.println(c);
public static ServiceModel.TemporalExpressionType 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 nullCopyright © 2022. All rights reserved.