public enum DateTimeFlag2 extends Enum<DateTimeFlag2> implements INumberEnum<Integer>
Enum Constant and Description |
---|
USE_TFMT
Use the 4.X format structure instead of this 5.X format structure
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static DateTimeFlag2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFlag2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTimeFlag2 USE_TFMT
public static DateTimeFlag2[] values()
for (DateTimeFlag2 c : DateTimeFlag2.values()) System.out.println(c);
public static DateTimeFlag2 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 long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
public Integer getValue()
getValue
in interface INumberEnum<Integer>
Copyright © 2019–2021 HCL. All rights reserved.