public class PropertyType extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
PropertyType.PrimitiveDataType |
限定符和类型 | 字段和说明 |
---|---|
static PropertyType |
BOOLEAN |
static PropertyType |
DATETIME |
static PropertyType |
DOUBLE |
static PropertyType |
INT |
static PropertyType |
LONG |
static PropertyType |
STRING |
限定符和类型 | 方法和说明 |
---|---|
static PropertyType |
buildList(PropertyType.PrimitiveDataType primitiveDataType) |
static PropertyType |
buildSet(PropertyType.PrimitiveDataType primitiveDataType) |
PropertyType.PrimitiveDataType |
getFirstSign() |
PropertyType.PrimitiveDataType |
getPrimitiveDataType() |
void |
setFirstSign(PropertyType.PrimitiveDataType firstSign) |
void |
setPrimitiveDataType(PropertyType.PrimitiveDataType primitiveDataType) |
String |
toString() |
static void |
validateBuildCollection(PropertyType.PrimitiveDataType primitiveDataType) |
static PropertyType |
valueOf(String typeName,
PropertyType.PrimitiveDataType firstSign) |
public static PropertyType INT
public static PropertyType DOUBLE
public static PropertyType LONG
public static PropertyType STRING
public static PropertyType BOOLEAN
public static PropertyType DATETIME
public static PropertyType buildList(PropertyType.PrimitiveDataType primitiveDataType)
public static PropertyType buildSet(PropertyType.PrimitiveDataType primitiveDataType)
public static void validateBuildCollection(PropertyType.PrimitiveDataType primitiveDataType)
public PropertyType.PrimitiveDataType getPrimitiveDataType()
public void setPrimitiveDataType(PropertyType.PrimitiveDataType primitiveDataType)
public PropertyType.PrimitiveDataType getFirstSign()
public void setFirstSign(PropertyType.PrimitiveDataType firstSign)
public static PropertyType valueOf(String typeName, PropertyType.PrimitiveDataType firstSign)