public final class SourceType extends java.lang.Object implements java.lang.Comparable<SourceType>
Modifier and Type | Field and Description |
---|---|
static SourceType |
JAVA_13 |
static SourceType |
JAVA_14 |
static SourceType |
JAVA_15 |
static SourceType |
JAVA_16 |
static SourceType |
JAVA_17 |
static SourceType |
JSP |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SourceType other) |
boolean |
equals(java.lang.Object other) |
java.lang.String |
getId() |
static SourceType |
getSourceTypeForId(java.lang.String id)
Get the SourceType for a certain Id.
|
int |
hashCode() |
java.lang.String |
toString() |
public static final SourceType JAVA_13
public static final SourceType JAVA_14
public static final SourceType JAVA_15
public static final SourceType JAVA_16
public static final SourceType JAVA_17
public static final SourceType JSP
public java.lang.String getId()
public static SourceType getSourceTypeForId(java.lang.String id)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SourceType other)
compareTo
in interface java.lang.Comparable<SourceType>
public java.lang.String toString()
toString
in class java.lang.Object