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