public class RDSBeschreibung extends Object
Modifier and Type | Field and Description |
---|---|
private static de.bsvrz.sys.funclib.debug.Debug |
_debug
Debug-Logger für Logging-Ausgaben
|
private int |
_laenge |
private String |
_text |
private static Map<RDSEreignis,Map<String,RDSBeschreibung>> |
DATEN_BAUSTELLE |
private static Map<RDSEreignis,Map<String,RDSBeschreibung>> |
DATEN_NORMAL |
static int |
KEINE_LAENGE |
Modifier | Constructor and Description |
---|---|
private |
RDSBeschreibung(int laenge,
String text) |
Modifier and Type | Method and Description |
---|---|
static String |
getCodeZuLaenge(RDSEreignis ereignis,
int laenge,
Collection<String> zulaessigeCodes,
boolean baustelle) |
static RDSEreignis |
getRDSEreignisZuCode(String code) |
static String |
getTextZuCode(RDSEreignis ereignis,
String code,
boolean baustelle) |
private static final de.bsvrz.sys.funclib.debug.Debug _debug
private static Map<RDSEreignis,Map<String,RDSBeschreibung>> DATEN_NORMAL
private static Map<RDSEreignis,Map<String,RDSBeschreibung>> DATEN_BAUSTELLE
public static final int KEINE_LAENGE
private int _laenge
private String _text
private RDSBeschreibung(int laenge, String text)
public static String getCodeZuLaenge(RDSEreignis ereignis, int laenge, Collection<String> zulaessigeCodes, boolean baustelle)
public static String getTextZuCode(RDSEreignis ereignis, String code, boolean baustelle)
public static RDSEreignis getRDSEreignisZuCode(String code)
Copyright © 2016 BitCtrl Systems GmbH. All rights reserved.