Package net.sf.antcontrib.cpptasks
Class WarningLevelEnum
- java.lang.Object
-
- org.apache.tools.ant.types.EnumeratedAttribute
-
- net.sf.antcontrib.cpptasks.WarningLevelEnum
-
public final class WarningLevelEnum extends org.apache.tools.ant.types.EnumeratedAttribute
Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "aserror".
-
-
Constructor Summary
Constructors Constructor Description WarningLevelEnum()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getValues()
Get allowable values.
-