Package adams.core
Interface EnumWithCustomDisplay<T extends Enum>
-
- Type Parameters:
T- the type of enum
- All Superinterfaces:
EnumWithCustomParsing<T>
- All Known Implementing Classes:
AbstractFastWavelet.WaveletType,AutoOnOff,BusinessDays,DataType,DragAndDropTree.DropPosition,EvaluationStatistic,ExecutionStage,ExecutionType,ExperimentStatistic,Histogram.HistogramType,Histogram.HistogramType,ImageType,ImageType.Type,MessageDigestType,PaddingType,SPCUtils.Chart,SPCUtils.Rules,SpreadSheetInfo.InfoType,TesseractLanguage,TesseractPageSegmentation,TriState,Type,UserMode,WekaClassifierRanker.Measure,WekaThresholdCurve.AttributeName
public interface EnumWithCustomDisplay<T extends Enum> extends EnumWithCustomParsing<T>
For Enum classes that require a custom display string.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoDisplay()Returns the display string.StringtoRaw()Returns the raw enum string.-
Methods inherited from interface adams.core.EnumWithCustomParsing
parse
-
-