Serializable, Comparable<DSVersion>public enum DSVersion extends Enum<DSVersion>
| Enum Constant | Description |
|---|---|
DS10 |
|
DS11 |
|
DS11Felix |
|
DS12 |
|
DS12Felix |
|
DS13 |
|
DSnone |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isDS10() |
|
boolean |
isDS11() |
|
boolean |
isDS12() |
|
boolean |
isDS13() |
|
static DSVersion |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isDS10()
public boolean isDS11()
public boolean isDS12()
public boolean isDS13()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.