public static enum DataTypeService.DataTypeName extends Enum<DataTypeService.DataTypeName>
Modifier and Type | Method and Description |
---|---|
static String |
correctBigUnderscores(String name) |
static DataTypeService.DataTypeName |
findDataTypeName(String name) |
DataTypeService.DataTypeName |
getArrayType() |
DataTypeService.DataTypeName |
getComponentType() |
String |
getId() |
boolean |
isArrayType() |
static DataTypeService.DataTypeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeService.DataTypeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTypeService.DataTypeName STRING
public static final DataTypeService.DataTypeName STRING_ARRAY
public static final DataTypeService.DataTypeName BOOLEAN
public static final DataTypeService.DataTypeName BOOLEAN_ARRAY
public static final DataTypeService.DataTypeName BYTE
public static final DataTypeService.DataTypeName BYTE_ARRAY
public static final DataTypeService.DataTypeName SHORT
public static final DataTypeService.DataTypeName SHORT_ARRAY
public static final DataTypeService.DataTypeName CHAR
public static final DataTypeService.DataTypeName CHAR_ARRAY
public static final DataTypeService.DataTypeName INTEGER
public static final DataTypeService.DataTypeName INTEGER_ARRAY
public static final DataTypeService.DataTypeName LONG
public static final DataTypeService.DataTypeName LONG_ARRAY
public static final DataTypeService.DataTypeName BIGINTEGER
public static final DataTypeService.DataTypeName BIGINTEGER_ARRAY
public static final DataTypeService.DataTypeName FLOAT
public static final DataTypeService.DataTypeName FLOAT_ARRAY
public static final DataTypeService.DataTypeName DOUBLE
public static final DataTypeService.DataTypeName DOUBLE_ARRAY
public static final DataTypeService.DataTypeName BIGDECIMAL
public static final DataTypeService.DataTypeName BIGDECIMAL_ARRAY
public static final DataTypeService.DataTypeName DATE
public static final DataTypeService.DataTypeName DATE_ARRAY
public static final DataTypeService.DataTypeName TIME
public static final DataTypeService.DataTypeName TIME_ARRAY
public static final DataTypeService.DataTypeName TIMESTAMP
public static final DataTypeService.DataTypeName TIMESTAMP_ARRAY
public static final DataTypeService.DataTypeName OBJECT
public static final DataTypeService.DataTypeName OBJECT_ARRAY
public static final DataTypeService.DataTypeName NULL
public static final DataTypeService.DataTypeName NULL_ARRAY
public static final DataTypeService.DataTypeName BLOB
public static final DataTypeService.DataTypeName BLOB_ARRAY
public static final DataTypeService.DataTypeName CLOB
public static final DataTypeService.DataTypeName CLOB_ARRAY
public static final DataTypeService.DataTypeName XML
public static final DataTypeService.DataTypeName XML_ARRAY
public static final DataTypeService.DataTypeName VARCHAR
public static final DataTypeService.DataTypeName VARCHAR_ARRAY
public static final DataTypeService.DataTypeName TINYINT
public static final DataTypeService.DataTypeName TINYINT_ARRAY
public static final DataTypeService.DataTypeName SMALLINT
public static final DataTypeService.DataTypeName SMALLINT_ARRAY
public static final DataTypeService.DataTypeName BIGINT
public static final DataTypeService.DataTypeName BIGINT_ARRAY
public static final DataTypeService.DataTypeName REAL
public static final DataTypeService.DataTypeName REAL_ARRAY
public static final DataTypeService.DataTypeName DECIMAL
public static final DataTypeService.DataTypeName DECIMAL_ARRAY
public static final DataTypeService.DataTypeName VARBINARY
public static final DataTypeService.DataTypeName VARBINARY_ARRAY
public static DataTypeService.DataTypeName[] values()
for (DataTypeService.DataTypeName c : DataTypeService.DataTypeName.values()) System.out.println(c);
public static DataTypeService.DataTypeName 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 boolean isArrayType()
public DataTypeService.DataTypeName getComponentType()
public DataTypeService.DataTypeName getArrayType()
public static DataTypeService.DataTypeName findDataTypeName(String name)
name
- public String getId()
Copyright © 2013–2019. All rights reserved.