Class TypeMatcherType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
- de.chkal.maven.gitlab.codequality.spotbugs.TypeMatcherType
-
public class TypeMatcherType extends MatcherType
Java class for TypeMatcherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TypeMatcherType"> <complexContent> <extension base="{}MatcherType"> <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="typeParameters" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptorprotected Stringroleprotected StringtypeParameters
-
Constructor Summary
Constructors Constructor Description TypeMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescriptor()Gets the value of the descriptor property.StringgetRole()Gets the value of the role property.StringgetTypeParameters()Gets the value of the typeParameters property.voidsetDescriptor(String value)Sets the value of the descriptor property.voidsetRole(String value)Sets the value of the role property.voidsetTypeParameters(String value)Sets the value of the typeParameters property.
-
-
-
Method Detail
-
getDescriptor
public String getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
String
-
setDescriptor
public void setDescriptor(String value)
Sets the value of the descriptor property.- Parameters:
value- allowed object isString
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getTypeParameters
public String getTypeParameters()
Gets the value of the typeParameters property.- Returns:
- possible object is
String
-
-