Enum Constant and Description |
---|
DS10 |
DS11 |
DS11Felix |
DS12 |
DS12Felix |
DS13 |
DSnone |
Modifier and Type | Field and Description |
---|---|
private int |
version |
Modifier and Type | Method and Description |
---|---|
boolean |
isDS10() |
boolean |
isDS11() |
boolean |
isDS12() |
boolean |
isDS13() |
static DSVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DSVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSVersion DSnone
public static final DSVersion DS10
public static final DSVersion DS11
public static final DSVersion DS11Felix
public static final DSVersion DS12
public static final DSVersion DS12Felix
public static final DSVersion DS13
public static DSVersion[] values()
for (DSVersion c : DSVersion.values()) System.out.println(c);
public static DSVersion 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 boolean isDS10()
public boolean isDS11()
public boolean isDS12()
public boolean isDS13()