public class LaufKommandoAntwort extends Object
Modifier and Type | Field and Description |
---|---|
private String |
meldung
ein Text zur Beschreibung der Antwort.
|
private SkriptLaufKommando |
typ
die Antwortkategorie.
|
Constructor and Description |
---|
LaufKommandoAntwort(SkriptLaufKommando typ,
String meldung)
Konstruktor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMeldung()
liefert den beschreibenden Text.
|
SkriptLaufKommando |
getTyp()
liefert die Kataegorie der Antwort.
|
String |
toString()
.
|
private final SkriptLaufKommando typ
private final String meldung
public LaufKommandoAntwort(SkriptLaufKommando typ, String meldung)
typ
- die Kategoriemeldung
- der beschreibende Textpublic String getMeldung()
public SkriptLaufKommando getTyp()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.