protected static enum PrimitiveMetadataModelFactory.ScalarShapeDataType extends Enum<PrimitiveMetadataModelFactory.ScalarShapeDataType>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE |
DATETIME |
DATETIME_ONLY |
DOUBLE |
FLOAT |
INTEGER |
NUMBER |
STRING |
TIME |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIgnoreCase(String value) |
String |
toString() |
static PrimitiveMetadataModelFactory.ScalarShapeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveMetadataModelFactory.ScalarShapeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType BOOLEAN
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType DATETIME
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType DATETIME_ONLY
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType DATE
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType TIME
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType FLOAT
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType DOUBLE
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType NUMBER
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType INTEGER
public static final PrimitiveMetadataModelFactory.ScalarShapeDataType STRING
public static PrimitiveMetadataModelFactory.ScalarShapeDataType[] values()
for (PrimitiveMetadataModelFactory.ScalarShapeDataType c : PrimitiveMetadataModelFactory.ScalarShapeDataType.values()) System.out.println(c);
public static PrimitiveMetadataModelFactory.ScalarShapeDataType 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<PrimitiveMetadataModelFactory.ScalarShapeDataType>public boolean equalsIgnoreCase(String value)
Copyright © 2022. All rights reserved.