public static enum SpezifikationIT.TestVariante extends Enum<SpezifikationIT.TestVariante>
Enum Constant and Description |
---|
A
Parameter verhindert die Stauobjektzusammenfassung in Phase 1.
|
B
Parameter verhindert die Stauobjektzusammenfassung in Phase 7 und
begrenzt die maximale Stauverlängerung.
|
C
In Zyklus 8 wird ein Indikator mit einer schlechten Güte geliefert.
|
D
Parameter verhindert die Zerlegung eines Stauobjekts in Phase 9.
|
MAIN
Testvariante mit kompletten Durchlauf.
|
Modifier and Type | Field and Description |
---|---|
private int |
phasenAnzahl
die Anzahl der Phasen, die in der Variante durchlaufen werden müssen.
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
getPhasenAnzahl()
liefert die Anzahl der zu druchlaufenden Phasen.
|
static SpezifikationIT.TestVariante |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpezifikationIT.TestVariante[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpezifikationIT.TestVariante MAIN
public static final SpezifikationIT.TestVariante A
public static final SpezifikationIT.TestVariante B
public static final SpezifikationIT.TestVariante C
public static final SpezifikationIT.TestVariante D
private final int phasenAnzahl
public static SpezifikationIT.TestVariante[] values()
for (SpezifikationIT.TestVariante c : SpezifikationIT.TestVariante.values()) System.out.println(c);
public static SpezifikationIT.TestVariante 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 nullint getPhasenAnzahl()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.