Uses of Class
edu.hm.hafner.analysis.parser.gendarme.GendarmeRuleType
-
Packages that use GendarmeRuleType Package Description edu.hm.hafner.analysis.parser.gendarme Gendarme parser. -
-
Uses of GendarmeRuleType in edu.hm.hafner.analysis.parser.gendarme
Methods in edu.hm.hafner.analysis.parser.gendarme that return GendarmeRuleType Modifier and Type Method Description GendarmeRuleTypeGendarmeRule. getType()static GendarmeRuleTypeGendarmeRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static GendarmeRuleType[]GendarmeRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.hm.hafner.analysis.parser.gendarme with parameters of type GendarmeRuleType Modifier and Type Method Description voidGendarmeRule. setType(GendarmeRuleType type)
-