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 voidcheckValue(E value)Deprecated.EchoiceFrom(String label)Deprecated.StringerrorFor(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.
-
-