Class RankMatcherType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
- de.chkal.maven.gitlab.codequality.spotbugs.RankMatcherType
-
public class RankMatcherType extends MatcherType
Java class for RankMatcherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RankMatcherType"> <complexContent> <extension base="{}MatcherType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected intvalue
-
Constructor Summary
Constructors Constructor Description RankMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()Gets the value of the value property.voidsetValue(int value)Sets the value of the value property.
-