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