public static enum PrimitiveTypeSource.PrimitiveType extends Enum<PrimitiveTypeSource.PrimitiveType>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE |
DATE_ONLY |
DATE_TIME |
DATE_TIME_ONLY |
FILE |
INTEGER |
NUMBER |
STRING |
TIME_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PrimitiveTypeSource.PrimitiveType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveTypeSource.PrimitiveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimitiveTypeSource.PrimitiveType BOOLEAN
public static final PrimitiveTypeSource.PrimitiveType DATE
public static final PrimitiveTypeSource.PrimitiveType DATE_ONLY
public static final PrimitiveTypeSource.PrimitiveType DATE_TIME_ONLY
public static final PrimitiveTypeSource.PrimitiveType DATE_TIME
public static final PrimitiveTypeSource.PrimitiveType FILE
public static final PrimitiveTypeSource.PrimitiveType NUMBER
public static final PrimitiveTypeSource.PrimitiveType INTEGER
public static final PrimitiveTypeSource.PrimitiveType STRING
public static final PrimitiveTypeSource.PrimitiveType TIME_ONLY
public static PrimitiveTypeSource.PrimitiveType[] values()
for (PrimitiveTypeSource.PrimitiveType c : PrimitiveTypeSource.PrimitiveType.values()) System.out.println(c);
public static PrimitiveTypeSource.PrimitiveType 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 toString()
toString in class Enum<PrimitiveTypeSource.PrimitiveType>Copyright © 2022. All rights reserved.