de.bsvrz.kex.tls.osi2osi3.longtelegram
Class LongTelegramType
java.lang.Object
de.bsvrz.kex.tls.osi2osi3.longtelegram.LongTelegramType
public class LongTelegramType
- extends Object
Diese Klasse stellt Objekte zur Verfügung, die die verschiedenen Zustände eines Langtelegramms darstellen.
- Author:
- Kappich Systemberatung
RESERVERD
public static final LongTelegramType RESERVERD
SHORT_BLOCK
public static final LongTelegramType SHORT_BLOCK
START_BIG_BLOCK
public static final LongTelegramType START_BIG_BLOCK
NEXT_BIG_PIECE
public static final LongTelegramType NEXT_BIG_PIECE
END_BIG_BLOCK
public static final LongTelegramType END_BIG_BLOCK
START_BIGGER_BLOCK
public static final LongTelegramType START_BIGGER_BLOCK
NEXT_BIGGER_PIECE
public static final LongTelegramType NEXT_BIGGER_PIECE
END_BIGGER_BLOCK
public static final LongTelegramType END_BIGGER_BLOCK
BIG
public static final LongTelegramType BIG
BIGGER
public static final LongTelegramType BIGGER
getInstance
public static LongTelegramType getInstance(int typeNumber)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getTypeNumber
public int getTypeNumber()
getTypeName
public String getTypeName()
toString
public String toString()
- Overrides:
toString
in class Object