Class BasicTypes

java.lang.Object
ddf.catalog.data.impl.BasicTypes

public class BasicTypes extends Object
Constants for basic types, both MetacardType and AttributeType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ddf.catalog.data.AttributeType<byte[]>
    A Constant for an AttributeType with AttributeType.AttributeFormat.BINARY.
    static final ddf.catalog.data.AttributeType<Boolean>
    A Constant for an AttributeType with AttributeType.AttributeFormat.BOOLEAN.
    static final ddf.catalog.data.AttributeType<Date>
    A Constant for an AttributeType with AttributeType.AttributeFormat.DATE .
    static final ddf.catalog.data.AttributeType<Double>
    A Constant for an AttributeType with AttributeType.AttributeFormat.DOUBLE.
    static final ddf.catalog.data.AttributeType<Float>
    A Constant for an AttributeType with AttributeType.AttributeFormat.FLOAT.
    static final ddf.catalog.data.AttributeType<String>
    A Constant for an AttributeType with AttributeType.AttributeFormat.GEOMETRY.
    static final ddf.catalog.data.AttributeType<Integer>
    A Constant for an AttributeType with AttributeType.AttributeFormat.INTEGER.
    static final ddf.catalog.data.AttributeType<Long>
    A Constant for an AttributeType with AttributeType.AttributeFormat.LONG .
    static final ddf.catalog.data.AttributeType<Serializable>
    A Constant for an AttributeType with AttributeType.AttributeFormat.OBJECT.
    static final ddf.catalog.data.AttributeType<Short>
    A Constant for an AttributeType with AttributeType.AttributeFormat.SHORT.
    static final ddf.catalog.data.AttributeType<String>
    A Constant for an AttributeType with AttributeType.AttributeFormat.STRING.
    static final ddf.catalog.data.AttributeType<String>
    A Constant for an AttributeType with AttributeType.AttributeFormat.XML.
  • Method Summary

    Modifier and Type
    Method
    Description
    static ddf.catalog.data.AttributeType
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DATE_TYPE

      public static final ddf.catalog.data.AttributeType<Date> DATE_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.DATE .
    • STRING_TYPE

      public static final ddf.catalog.data.AttributeType<String> STRING_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.STRING.
    • XML_TYPE

      public static final ddf.catalog.data.AttributeType<String> XML_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.XML.
    • LONG_TYPE

      public static final ddf.catalog.data.AttributeType<Long> LONG_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.LONG .
    • BINARY_TYPE

      public static final ddf.catalog.data.AttributeType<byte[]> BINARY_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.BINARY.
    • GEO_TYPE

      public static final ddf.catalog.data.AttributeType<String> GEO_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.GEOMETRY.
    • BOOLEAN_TYPE

      public static final ddf.catalog.data.AttributeType<Boolean> BOOLEAN_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.BOOLEAN.
    • DOUBLE_TYPE

      public static final ddf.catalog.data.AttributeType<Double> DOUBLE_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.DOUBLE.
    • FLOAT_TYPE

      public static final ddf.catalog.data.AttributeType<Float> FLOAT_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.FLOAT.
    • INTEGER_TYPE

      public static final ddf.catalog.data.AttributeType<Integer> INTEGER_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.INTEGER.
    • OBJECT_TYPE

      public static final ddf.catalog.data.AttributeType<Serializable> OBJECT_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.OBJECT.
    • SHORT_TYPE

      public static final ddf.catalog.data.AttributeType<Short> SHORT_TYPE
      A Constant for an AttributeType with AttributeType.AttributeFormat.SHORT.
  • Method Details

    • getAttributeType

      public static ddf.catalog.data.AttributeType getAttributeType(String type)