Uses of Class
adams.data.report.DataType
-
Packages that use DataType Package Description adams.data.conversion adams.data.featureconverter adams.data.objectfilter adams.data.report adams.db adams.flow.transformer adams.gui.goe adams.gui.selection -
-
Uses of DataType in adams.data.conversion
Fields in adams.data.conversion declared as DataType Modifier and Type Field Description protected DataTypeArrayToReport. m_DataTypethe data type to use.protected DataTypeStringToField. m_DefaultDataTypethe default data type, for overriding UNKNOWN.Methods in adams.data.conversion that return DataType Modifier and Type Method Description DataTypeArrayToReport. getDataType()Returns the data type in use.DataTypeStringToField. getDefaultDataType()Returns the default data type.Methods in adams.data.conversion with parameters of type DataType Modifier and Type Method Description voidArrayToReport. setDataType(DataType value)Sets the data type to use.voidStringToField. setDefaultDataType(DataType value)Sets the default data type. -
Uses of DataType in adams.data.featureconverter
Fields in adams.data.featureconverter with type parameters of type DataType Modifier and Type Field Description protected List<DataType>HeaderDefinition. m_Typesthe type.Methods in adams.data.featureconverter that return DataType Modifier and Type Method Description DataTypeHeaderDefinition. getType(int index)Returns the data type at the specified index.Methods in adams.data.featureconverter that return types with arguments of type DataType Modifier and Type Method Description List<DataType>HeaderDefinition. getTypes()Returns the data types.Methods in adams.data.featureconverter with parameters of type DataType Modifier and Type Method Description voidHeaderDefinition. add(int index, String name, DataType type)Inserts the definition at the specified position.voidHeaderDefinition. add(String name, DataType type)Adds the definition at the end. -
Uses of DataType in adams.data.objectfilter
Fields in adams.data.objectfilter declared as DataType Modifier and Type Field Description protected DataTypeAttachMetaData. m_DataTypethe data type.Methods in adams.data.objectfilter that return DataType Modifier and Type Method Description DataTypeAttachMetaData. getDataType()Returns the data type of the value.Methods in adams.data.objectfilter with parameters of type DataType Modifier and Type Method Description voidAttachMetaData. setDataType(DataType value)Sets the data type of the value. -
Uses of DataType in adams.data.report
Fields in adams.data.report declared as DataType Modifier and Type Field Description protected DataTypeAbstractField. m_DataTypethe data type.protected DataType[]RemoveByDataType. m_DataTypesthe data types to remove.Methods in adams.data.report that return DataType Modifier and Type Method Description DataTypeAbstractField. getDataType()Get datatype.DataType[]RemoveByDataType. getDataTypes()Returns the data types to remove.DataTypeReport. getFieldType(AbstractField field)Returns the type for given field.static DataTypeDataType. guessType(Object obj)Guesses the data type from the object.DataTypeDataType. parse(String s)Parses the given string and returns the associated enum.static DataTypeDataType. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.report with parameters of type DataType Modifier and Type Method Description abstract AbstractFieldAbstractField. newField(String name, DataType dtype)Returns a new field.AbstractFieldField. newField(String name, DataType dtype)Returns a new field.AbstractFieldPrefixField. newField(String name, DataType dtype)Returns a new field.AbstractFieldSuffixField. newField(String name, DataType dtype)Returns a new field.abstract AbstractFieldAbstractField. replacePrefix(String prefix, DataType dt)Replaces the prefix of a Field and returns a new Field object.AbstractFieldField. replacePrefix(String prefix, DataType dt)Replaces the prefix of a Field and returns a new Field object.abstract AbstractFieldAbstractField. replaceSuffix(String suffix, DataType dt)Replaces the suffix of a Field and returns a new Field object.AbstractFieldField. replaceSuffix(String suffix, DataType dt)Replaces the suffix of a Field and returns a new Field object.voidRemoveByDataType. setDataTypes(DataType[] value)Sets the data types to remove.Constructors in adams.data.report with parameters of type DataType Constructor Description AbstractField(String name, DataType dt)Constructor.AbstractField(String prefix, String suffix, DataType dt)Constructor.Field(String name, DataType dt)Constructor.Field(String prefix, String suffix, DataType dt)Constructor.PrefixField(String name, DataType dt)Constructor.SuffixField(String name, DataType dt)Constructor. -
Uses of DataType in adams.db
Methods in adams.db with parameters of type DataType Modifier and Type Method Description booleanBulkReportUpdater. bulkStore(T[] records, DataType[] types, String skipFields, int batchSize, boolean autoCommit, boolean newConnection)Stores the records.List<T>FieldProvider. getFields(DataType dtype)Returns all available fields. -
Uses of DataType in adams.flow.transformer
Fields in adams.flow.transformer declared as DataType Modifier and Type Field Description protected DataTypeSetImageObjectMetaData. m_Typethe type of the value.Methods in adams.flow.transformer that return DataType Modifier and Type Method Description DataTypeSetImageObjectMetaData. getType()Returns how to parse the value string.Methods in adams.flow.transformer with parameters of type DataType Modifier and Type Method Description voidSetImageObjectMetaData. setType(DataType value)Sets how to parse the value string. -
Uses of DataType in adams.gui.goe
Methods in adams.gui.goe with parameters of type DataType Modifier and Type Method Description protected AbstractField[]FieldEditor. newArray(List<String> fields, DataType type)Creates a new array of field objects from the strings.protected AbstractField[]PrefixFieldEditor. newArray(Vector<String> fields, DataType type)Creates a new array of prefix field objects from the strings.protected AbstractField[]SuffixFieldEditor. newArray(Vector<String> fields, DataType type)Creates a new array of suffix field objects from the strings. -
Uses of DataType in adams.gui.selection
Fields in adams.gui.selection declared as DataType Modifier and Type Field Description protected DataTypeFieldCacheTableModel. m_DataTypethe data type in use (if any).Methods in adams.gui.selection that return DataType Modifier and Type Method Description DataTypeAbstractSelectDatabaseFieldPanel. getDataType()Returns the currently selected data type, if any.DataTypeFieldCacheTableModel. getDataType()Returns the data type.DataTypeSelectFieldPanel. getDataType()Returns the currently selected data type, if any.Methods in adams.gui.selection with parameters of type DataType Modifier and Type Method Description List<AbstractField>AbstractFieldCacheItem. getValues(FieldType fieldType, DataType dataType)Returns the cached values for the specified field/data type.protected abstract TAbstractSelectDatabaseFieldPanel. newInstance(String name, DataType type)Creates a new field instance.voidAbstractSelectDatabaseFieldPanel. setDataType(DataType value)Sets the data type to display.voidFieldCacheTableModel. setDataType(DataType value)Sets the data type.voidSelectFieldPanel. setDataType(DataType value)Sets the data type to display.Constructors in adams.gui.selection with parameters of type DataType Constructor Description FieldCacheTableModel(AbstractFieldCacheItem cache, FieldType fieldType, DataType dataType)the constructor.
-