Enum DSVersion
- All Implemented Interfaces:
Serializable, Comparable<DSVersion>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDS10()booleanisDS11()booleanisDS12()booleanisDS13()booleanisDS14()static DSVersionReturns 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.
-
Enum Constant Details
-
DSnone
-
DS10
-
DS11
-
DS11Felix
-
DS12
-
DS12Felix
-
DS13
-
DS14
-
-
Field Details
-
version
private final int version
-
-
Constructor Details
-
DSVersion
private DSVersion(int version)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
isDS10
public boolean isDS10() -
isDS11
public boolean isDS11() -
isDS12
public boolean isDS12() -
isDS13
public boolean isDS13() -
isDS14
public boolean isDS14()
-