public static enum NeTExValidator.NetexVersion extends Enum<NeTExValidator.NetexVersion>
| Enum Constant and Description |
|---|
V1_0_4beta |
V1_0_7 |
v1_0_8 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NeTExValidator.NetexVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeTExValidator.NetexVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NeTExValidator.NetexVersion V1_0_4beta
public static final NeTExValidator.NetexVersion V1_0_7
public static final NeTExValidator.NetexVersion v1_0_8
public static NeTExValidator.NetexVersion[] values()
for (NeTExValidator.NetexVersion c : NeTExValidator.NetexVersion.values()) System.out.println(c);
public static NeTExValidator.NetexVersion 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 String toString()
toString in class Enum<NeTExValidator.NetexVersion>Copyright © 2018 Entur AS. All rights reserved.