public enum IntelliJVersion extends java.lang.Enum<IntelliJVersion>
* @author zcervink@redhat.com
| Enum Constant and Description |
|---|
COMMUNITY_V_2020_2 |
COMMUNITY_V_2020_3 |
COMMUNITY_V_2021_1 |
COMMUNITY_V_2021_2 |
COMMUNITY_V_2021_3 |
COMMUNITY_V_2022_1 |
ULTIMATE_V_2020_2 |
ULTIMATE_V_2020_3 |
ULTIMATE_V_2021_1 |
ULTIMATE_V_2021_2 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUltimate() |
int |
toInt() |
java.lang.String |
toString() |
static IntelliJVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntelliJVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntelliJVersion COMMUNITY_V_2020_2
public static final IntelliJVersion COMMUNITY_V_2020_3
public static final IntelliJVersion COMMUNITY_V_2021_1
public static final IntelliJVersion COMMUNITY_V_2021_2
public static final IntelliJVersion COMMUNITY_V_2021_3
public static final IntelliJVersion COMMUNITY_V_2022_1
public static final IntelliJVersion ULTIMATE_V_2020_2
public static final IntelliJVersion ULTIMATE_V_2020_3
public static final IntelliJVersion ULTIMATE_V_2021_1
public static final IntelliJVersion ULTIMATE_V_2021_2
public static IntelliJVersion[] values()
for (IntelliJVersion c : IntelliJVersion.values()) System.out.println(c);
public static IntelliJVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<IntelliJVersion>public int toInt()
public boolean isUltimate()