de.inovat.kex.bast.common.constants
Class ConfigurationConstants.ASP

java.lang.Object
  extended by de.inovat.kex.bast.common.constants.ConfigurationConstants.ASP
Enclosing class:
ConfigurationConstants

public static class ConfigurationConstants.ASP
extends java.lang.Object


Field Summary
static java.lang.String AGGREGATIONSINTERVALL_15MINUTEN
           
static java.lang.String AGGREGATIONSINTERVALL_JAHR
           
static java.lang.String AGGREGATIONSINTERVALL_MONAT
           
static java.lang.String AGGREGATIONSINTERVALL_STUNDE
           
static java.lang.String AGGREGATIONSINTERVALL_TAG
           
static java.lang.String ANALYSE
           
static java.lang.String EIGENSCHAFTEN
           
static java.lang.String EXTERNE_ERFASSUNG
           
static java.lang.String MESSWERT_ERSETZUNG
           
static java.lang.String PARAMETER_IST
           
static java.lang.String PARAMETER_SOLL
           
static java.lang.String PARAMETER_VORGABE
           
static java.lang.String PLPRUEFUNG_FORMAL
           
static java.lang.String PLPRUEFUNG_LOGISCH
           
static java.lang.String PROGNOSE
           
static java.lang.String TLS_ABRUF
           
static java.lang.String TLS_ANTWORT
           
static java.lang.String TLS_VORGABE
           
 
Constructor Summary
ConfigurationConstants.ASP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EIGENSCHAFTEN

public static final java.lang.String EIGENSCHAFTEN
See Also:
Constant Field Values

PARAMETER_IST

public static final java.lang.String PARAMETER_IST
See Also:
Constant Field Values

PARAMETER_SOLL

public static final java.lang.String PARAMETER_SOLL
See Also:
Constant Field Values

PARAMETER_VORGABE

public static final java.lang.String PARAMETER_VORGABE
See Also:
Constant Field Values

EXTERNE_ERFASSUNG

public static final java.lang.String EXTERNE_ERFASSUNG
See Also:
Constant Field Values

PLPRUEFUNG_FORMAL

public static final java.lang.String PLPRUEFUNG_FORMAL
See Also:
Constant Field Values

PLPRUEFUNG_LOGISCH

public static final java.lang.String PLPRUEFUNG_LOGISCH
See Also:
Constant Field Values

MESSWERT_ERSETZUNG

public static final java.lang.String MESSWERT_ERSETZUNG
See Also:
Constant Field Values

ANALYSE

public static final java.lang.String ANALYSE
See Also:
Constant Field Values

PROGNOSE

public static final java.lang.String PROGNOSE
See Also:
Constant Field Values

AGGREGATIONSINTERVALL_15MINUTEN

public static final java.lang.String AGGREGATIONSINTERVALL_15MINUTEN
See Also:
Constant Field Values

AGGREGATIONSINTERVALL_STUNDE

public static final java.lang.String AGGREGATIONSINTERVALL_STUNDE
See Also:
Constant Field Values

AGGREGATIONSINTERVALL_TAG

public static final java.lang.String AGGREGATIONSINTERVALL_TAG
See Also:
Constant Field Values

AGGREGATIONSINTERVALL_MONAT

public static final java.lang.String AGGREGATIONSINTERVALL_MONAT
See Also:
Constant Field Values

AGGREGATIONSINTERVALL_JAHR

public static final java.lang.String AGGREGATIONSINTERVALL_JAHR
See Also:
Constant Field Values

TLS_ANTWORT

public static final java.lang.String TLS_ANTWORT
See Also:
Constant Field Values

TLS_ABRUF

public static final java.lang.String TLS_ABRUF
See Also:
Constant Field Values

TLS_VORGABE

public static final java.lang.String TLS_VORGABE
See Also:
Constant Field Values
Constructor Detail

ConfigurationConstants.ASP

public ConfigurationConstants.ASP()