public class PropertyType
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PropertyType.PrimitiveDataType |
Modifier and Type | Field and Description |
---|---|
static PropertyType |
BIGDECIMAL |
static PropertyType |
BIGINT |
static PropertyType |
BINARY |
static PropertyType |
BOOLEAN |
static PropertyType |
BYTE |
static PropertyType |
CARTESIANPOINT |
static PropertyType |
CHAR |
static PropertyType |
DATETIME |
static PropertyType |
DOUBLE |
static PropertyType |
DURATION |
static java.util.Set<PropertyType.PrimitiveDataType> |
EMBEDDABLE_TYPE |
static PropertyType |
FLOAT |
static PropertyType |
GEOGRAPHICPOINT |
static PropertyType |
INT |
static PropertyType |
LOCALDATE |
static PropertyType |
LOCALDATETIME |
static PropertyType |
LOCALTIME |
static PropertyType |
LONG |
static PropertyType |
SHORT |
static PropertyType |
STRING |
static PropertyType |
UINT |
static PropertyType |
ZONEDDATETIME |
static PropertyType |
ZONEDTIME |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
buildList(PropertyType.PrimitiveDataType primitiveDataType) |
static PropertyType |
buildMap(PropertyType.PrimitiveDataType firstSign,
PropertyType.PrimitiveDataType secondSign) |
static PropertyType |
buildSet(PropertyType.PrimitiveDataType primitiveDataType) |
boolean |
equals(java.lang.Object o) |
PropertyType.PrimitiveDataType |
getFirstSign() |
PropertyType.PrimitiveDataType |
getPrimitiveDataType() |
PropertyType.PrimitiveDataType |
getSecondSign() |
int |
hashCode() |
void |
setFirstSign(PropertyType.PrimitiveDataType firstSign) |
void |
setPrimitiveDataType(PropertyType.PrimitiveDataType primitiveDataType) |
java.lang.String |
toString() |
static void |
validateNestedType(PropertyType.PrimitiveDataType primitiveDataType) |
static PropertyType |
valueOf(PropertyType.PrimitiveDataType type,
PropertyType.PrimitiveDataType firstSign,
PropertyType.PrimitiveDataType secondSign) |
public static final java.util.Set<PropertyType.PrimitiveDataType> EMBEDDABLE_TYPE
public static PropertyType BYTE
public static PropertyType SHORT
public static PropertyType INT
public static PropertyType UINT
public static PropertyType FLOAT
public static PropertyType DOUBLE
public static PropertyType LONG
public static PropertyType BIGINT
public static PropertyType BIGDECIMAL
public static PropertyType CHAR
public static PropertyType STRING
public static PropertyType BOOLEAN
public static PropertyType DATETIME
public static PropertyType LOCALDATE
public static PropertyType LOCALTIME
public static PropertyType LOCALDATETIME
public static PropertyType ZONEDTIME
public static PropertyType ZONEDDATETIME
public static PropertyType DURATION
public static PropertyType BINARY
public static PropertyType GEOGRAPHICPOINT
public static PropertyType CARTESIANPOINT
public java.lang.String toString()
toString
in class java.lang.Object
public static PropertyType buildList(PropertyType.PrimitiveDataType primitiveDataType)
public static PropertyType buildSet(PropertyType.PrimitiveDataType primitiveDataType)
public static PropertyType buildMap(PropertyType.PrimitiveDataType firstSign, PropertyType.PrimitiveDataType secondSign)
public static void validateNestedType(PropertyType.PrimitiveDataType primitiveDataType)
public PropertyType.PrimitiveDataType getPrimitiveDataType()
public void setPrimitiveDataType(PropertyType.PrimitiveDataType primitiveDataType)
public PropertyType.PrimitiveDataType getFirstSign()
public PropertyType.PrimitiveDataType getSecondSign()
public void setFirstSign(PropertyType.PrimitiveDataType firstSign)
public static PropertyType valueOf(PropertyType.PrimitiveDataType type, PropertyType.PrimitiveDataType firstSign, PropertyType.PrimitiveDataType secondSign)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object