public static enum PropertyDefinitions.ZeroDatetimeBehavior extends Enum<PropertyDefinitions.ZeroDatetimeBehavior>
| Enum Constant and Description |
|---|
CONVERT_TO_NULL |
EXCEPTION |
ROUND |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinitions.ZeroDatetimeBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDefinitions.ZeroDatetimeBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyDefinitions.ZeroDatetimeBehavior CONVERT_TO_NULL
public static final PropertyDefinitions.ZeroDatetimeBehavior EXCEPTION
public static final PropertyDefinitions.ZeroDatetimeBehavior ROUND
public static PropertyDefinitions.ZeroDatetimeBehavior[] values()
for (PropertyDefinitions.ZeroDatetimeBehavior c : PropertyDefinitions.ZeroDatetimeBehavior.values()) System.out.println(c);
public static PropertyDefinitions.ZeroDatetimeBehavior 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 null