public static enum PropertyTypeName.BaseType extends Enum<PropertyTypeName.BaseType>
| Enum Constant and Description |
|---|
BINARY |
BOOLEAN |
BYTE |
DATE |
DOUBLE |
FLOAT |
INTEGER |
LIST |
LONG |
MAP |
PROPERTY |
SET |
SHORT |
STRING |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,PropertyTypeName.BaseType> |
map |
| Modifier and Type | Method and Description |
|---|---|
static PropertyTypeName.BaseType |
getBaseTypeFromString(String type) |
String |
toString() |
static PropertyTypeName.BaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyTypeName.BaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyTypeName.BaseType BOOLEAN
public static final PropertyTypeName.BaseType INTEGER
public static final PropertyTypeName.BaseType SHORT
public static final PropertyTypeName.BaseType LONG
public static final PropertyTypeName.BaseType FLOAT
public static final PropertyTypeName.BaseType DOUBLE
public static final PropertyTypeName.BaseType DATE
public static final PropertyTypeName.BaseType STRING
public static final PropertyTypeName.BaseType BINARY
public static final PropertyTypeName.BaseType BYTE
public static final PropertyTypeName.BaseType PROPERTY
public static final PropertyTypeName.BaseType LIST
public static final PropertyTypeName.BaseType SET
public static final PropertyTypeName.BaseType MAP
protected static final Map<String,PropertyTypeName.BaseType> map
public static PropertyTypeName.BaseType[] values()
for (PropertyTypeName.BaseType c : PropertyTypeName.BaseType.values()) System.out.println(c);
public static PropertyTypeName.BaseType 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<PropertyTypeName.BaseType>public static PropertyTypeName.BaseType getBaseTypeFromString(String type)
Copyright © 2022. All Rights Reserved.