Package adams.core
Interface EnumWithCustomParsing<T extends Enum>
-
- All Known Subinterfaces:
EnumWithCustomDisplay<T>
- All Known Implementing Classes:
AbstractFastWavelet.WaveletType
,AutoOnOff
,BusinessDays
,Cell.ContentType
,DataType
,DragAndDropTree.DropPosition
,EvaluationStatistic
,ExecutionStage
,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 EnumWithCustomParsing<T extends Enum>
Interface for enums that have a custom parse method.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
parse(String s)
Parses the given string and returns the associated enum.
-