Class AttProxyTyp
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrltransfer.attribute.AttProxyTyp
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
@Defaultwert(wert="Kein Proxy") public class AttProxyTyp extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Proxy Typen.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttProxyTyp
ZUSTAND_0_KEIN_PROXY
static AttProxyTyp
ZUSTAND_1_HTTPTUNNELCONNECTOR
static AttProxyTyp
ZUSTAND_2_FTPPROXYCONNECTOR
static AttProxyTyp
ZUSTAND_3_SOCKS4CONNECTOR
static AttProxyTyp
ZUSTAND_4_SOCKS5CONNECTOR
-
Constructor Summary
Constructors Constructor Description AttProxyTyp(java.lang.Byte value)
Erzeugte eine neues Attribut Proxy Typ.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttProxyTyp>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttProxyTyp
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttProxyTyp
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_0_KEIN_PROXY
public static final AttProxyTyp ZUSTAND_0_KEIN_PROXY
-
ZUSTAND_1_HTTPTUNNELCONNECTOR
public static final AttProxyTyp ZUSTAND_1_HTTPTUNNELCONNECTOR
-
ZUSTAND_2_FTPPROXYCONNECTOR
public static final AttProxyTyp ZUSTAND_2_FTPPROXYCONNECTOR
-
ZUSTAND_3_SOCKS4CONNECTOR
public static final AttProxyTyp ZUSTAND_3_SOCKS4CONNECTOR
-
ZUSTAND_4_SOCKS5CONNECTOR
public static final AttProxyTyp ZUSTAND_4_SOCKS5CONNECTOR
-
-
Method Detail
-
getZustand
public static AttProxyTyp getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.- Parameters:
value
- ein Zahlenwert- Returns:
- der Zustand zu dem Zahlenwert oder
null
, wenn die Zahl keine Entsprechnung als Zustand besitzt.
-
getZustand
public static AttProxyTyp getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.- Parameters:
value
- der Zustandsname- Returns:
- der Zustand zu dem Zustandsnamen oder
null
, wenn kein Zustand einen solchen Namen hat.
-
getZustaende
public static java.util.List<AttProxyTyp> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-