Package ddf.catalog.data.impl
Class BasicTypes
java.lang.Object
ddf.catalog.data.impl.BasicTypes
Constants for basic types, both
and
invalid reference
MetacardType
AttributeType-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ddf.catalog.data.AttributeType<byte[]> A Constant for anAttributeTypewithAttributeType.AttributeFormat.BINARY.static final ddf.catalog.data.AttributeType<Boolean> A Constant for anAttributeTypewithAttributeType.AttributeFormat.BOOLEAN.static final ddf.catalog.data.AttributeType<Date> A Constant for anAttributeTypewithAttributeType.AttributeFormat.DATE.static final ddf.catalog.data.AttributeType<Double> A Constant for anAttributeTypewithAttributeType.AttributeFormat.DOUBLE.static final ddf.catalog.data.AttributeType<Float> A Constant for anAttributeTypewithAttributeType.AttributeFormat.FLOAT.static final ddf.catalog.data.AttributeType<String> A Constant for anAttributeTypewithAttributeType.AttributeFormat.GEOMETRY.static final ddf.catalog.data.AttributeType<Integer> A Constant for anAttributeTypewithAttributeType.AttributeFormat.INTEGER.static final ddf.catalog.data.AttributeType<Long> A Constant for anAttributeTypewithAttributeType.AttributeFormat.LONG.static final ddf.catalog.data.AttributeType<Serializable> A Constant for anAttributeTypewithAttributeType.AttributeFormat.OBJECT.static final ddf.catalog.data.AttributeType<Short> A Constant for anAttributeTypewithAttributeType.AttributeFormat.SHORT.static final ddf.catalog.data.AttributeType<String> A Constant for anAttributeTypewithAttributeType.AttributeFormat.STRING.static final ddf.catalog.data.AttributeType<String> A Constant for anAttributeTypewithAttributeType.AttributeFormat.XML. -
Method Summary
Modifier and TypeMethodDescriptionstatic ddf.catalog.data.AttributeTypegetAttributeType(String type)
-
Field Details
-
DATE_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.DATE. -
STRING_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.STRING. -
XML_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.XML. -
LONG_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.LONG. -
BINARY_TYPE
public static final ddf.catalog.data.AttributeType<byte[]> BINARY_TYPEA Constant for anAttributeTypewithAttributeType.AttributeFormat.BINARY. -
GEO_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.GEOMETRY. -
BOOLEAN_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.BOOLEAN. -
DOUBLE_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.DOUBLE. -
FLOAT_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.FLOAT. -
INTEGER_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.INTEGER. -
OBJECT_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.OBJECT. -
SHORT_TYPE
A Constant for anAttributeTypewithAttributeType.AttributeFormat.SHORT.
-
-
Method Details
-
getAttributeType
-