Package de.kappich.pat.testumg.util
Enum Class ParamAppType
- All Implemented Interfaces:
Serializable
,Comparable<ParamAppType>
,Constable
Definiert die Art der verwendeten parametrierung in einer Testumgebung
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionKappich-ParametrierungDie Minimal-Implementierung FakeParamApp, die im Code übergebene Data-Objekte oder JSON-Daten als Quelle versendet (nicht über den Datenverteiler parametrierbar, keine Persistenz)Keine Parametrierung -
Method Summary
Modifier and TypeMethodDescriptionstatic ParamAppType
Returns the enum constant of this class with the specified name.static ParamAppType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NoParamApp
Keine Parametrierung -
DefaultParamApp
Kappich-Parametrierung -
FakeParamApp
Die Minimal-Implementierung FakeParamApp, die im Code übergebene Data-Objekte oder JSON-Daten als Quelle versendet (nicht über den Datenverteiler parametrierbar, keine Persistenz)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-