Uses of Class
de.gsi.dataset.DataSetError.ErrorType
-
Packages that use DataSetError.ErrorType Package Description de.gsi.dataset de.gsi.dataset.spi de.gsi.dataset.testdata.spi -
-
Uses of DataSetError.ErrorType in de.gsi.dataset
Methods in de.gsi.dataset that return DataSetError.ErrorType Modifier and Type Method Description DataSetError.ErrorTypeDataSetError. getErrorType()Returns the given error type that may be used to drive given simplifications and optimisation in derived classes.static DataSetError.ErrorTypeDataSetError.ErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataSetError.ErrorType[]DataSetError.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataSetError.ErrorType in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi that return DataSetError.ErrorType Modifier and Type Method Description DataSetError.ErrorTypeAbstractErrorDataSet. getErrorType()return the DataSetError.ErrorType of the datasetMethods in de.gsi.dataset.spi with parameters of type DataSetError.ErrorType Modifier and Type Method Description DAbstractErrorDataSet. setErrorType(DataSetError.ErrorType errorType)sets the error type of the data set -
Uses of DataSetError.ErrorType in de.gsi.dataset.testdata.spi
Methods in de.gsi.dataset.testdata.spi that return DataSetError.ErrorType Modifier and Type Method Description DataSetError.ErrorTypeAbstractTestFunction. getErrorType()
-