public enum CONAXWebServicesVersion extends java.lang.Enum<CONAXWebServicesVersion>
Enum Constant and Description |
---|
VERSION_3 |
VERSION_5 |
VERSION_7_5 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static CONAXWebServicesVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CONAXWebServicesVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CONAXWebServicesVersion VERSION_3
public static final CONAXWebServicesVersion VERSION_5
public static final CONAXWebServicesVersion VERSION_7_5
public static CONAXWebServicesVersion[] values()
for (CONAXWebServicesVersion c : CONAXWebServicesVersion.values()) System.out.println(c);
public static CONAXWebServicesVersion 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 getLabel()