net.sourceforge.pmd

Class SourceType

public final class SourceType extends Object

Enumeration of the types of source code.

Author: Pieter_Van_Raemdonck - Application Engineers NV/SA - www.ae.be

Field Summary
static SourceTypeJAVA_13
static SourceTypeJAVA_14
static SourceTypeJAVA_15
static SourceTypeJSP
Method Summary
booleanequals(Object other)
StringgetId()
inthashCode()
StringtoString()

Field Detail

JAVA_13

public static final SourceType JAVA_13

JAVA_14

public static final SourceType JAVA_14

JAVA_15

public static final SourceType JAVA_15

JSP

public static final SourceType JSP

Method Detail

equals

public boolean equals(Object other)

getId

public String getId()

hashCode

public int hashCode()

toString

public String toString()