public enum Xs2aRequestBodyDateField extends Enum<Xs2aRequestBodyDateField>
| Enum Constant and Description |
|---|
END_DATE |
REQUESTED_EXECUTION_DATE |
REQUESTED_EXECUTION_TIME |
START_DATE |
VALID_UNTIL |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
Xs2aBodyDateFormatter |
getFormatter() |
static Xs2aRequestBodyDateField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xs2aRequestBodyDateField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Xs2aRequestBodyDateField REQUESTED_EXECUTION_DATE
public static final Xs2aRequestBodyDateField REQUESTED_EXECUTION_TIME
public static final Xs2aRequestBodyDateField START_DATE
public static final Xs2aRequestBodyDateField END_DATE
public static final Xs2aRequestBodyDateField VALID_UNTIL
public static Xs2aRequestBodyDateField[] values()
for (Xs2aRequestBodyDateField c : Xs2aRequestBodyDateField.values()) System.out.println(c);
public static Xs2aRequestBodyDateField 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 getFieldName()
public Xs2aBodyDateFormatter getFormatter()
Copyright © 2020. All rights reserved.