Class EnumeratedPropertyModule<E>
- java.lang.Object
-
- net.sourceforge.pmd.properties.modules.EnumeratedPropertyModule<E>
-
@Deprecated public class EnumeratedPropertyModule<E> extends Object
Deprecated.Factorises common functionality for enumerated properties.- Author:
- Clément Fournier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
checkValue(E value)
Deprecated.E
choiceFrom(String label)
Deprecated.String
errorFor(E value)
Deprecated.Map<String,E>
getChoicesByLabel()
Deprecated.Map<E,String>
getLabelsByChoice()
Deprecated.Class<E>
getValueType()
Deprecated.
-
-
-
Method Detail
-
checkValue
public void checkValue(E value)
Deprecated.
-
-