|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<SystemVariables>
org.siprop.simulator.multiPacketer.SystemVariables
public enum SystemVariables
システム変数を示すEnum。
列挙型定数の概要 | |
---|---|
CURRENT_PACKET
現在の送受信したパケット |
|
IS_RECEIVE_MODE
ローカルIPを使用するかsent-byを使用するか |
|
LOCAL_IP
ローカルIP |
|
LOCAL_PORT
ローカルポート |
|
ORIGINAL_PACKET
最初に送受信したパケット |
|
RECEIVE_IP
VIAのsent-by相当のIP |
|
RECEIVE_PACKET
最後に受信したパケット |
|
RECEIVE_PORT
VIAのsent-by相当のポート |
|
REMOTE_IP
リモートIP |
|
REMOTE_PORT
リモートポート |
|
SEND_PACKET
最後に送信したパケット |
|
TIMEOUT
Socketの待ち受けタイムアウト時間(ms) |
|
TRANSPORT_TYPE
トランスポートタイプ |
メソッドの概要 | |
---|---|
static SystemVariables |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static SystemVariables[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final SystemVariables ORIGINAL_PACKET
public static final SystemVariables CURRENT_PACKET
public static final SystemVariables RECEIVE_PACKET
public static final SystemVariables SEND_PACKET
public static final SystemVariables LOCAL_IP
public static final SystemVariables LOCAL_PORT
public static final SystemVariables REMOTE_IP
public static final SystemVariables REMOTE_PORT
public static final SystemVariables RECEIVE_IP
public static final SystemVariables RECEIVE_PORT
public static final SystemVariables TRANSPORT_TYPE
public static final SystemVariables IS_RECEIVE_MODE
public static final SystemVariables TIMEOUT
メソッドの詳細 |
---|
public static final SystemVariables[] values()
for(SystemVariables c : SystemVariables.values()) System.out.println(c);
public static SystemVariables valueOf(java.lang.String name)
name
- 返される列挙型定数の名前
java.lang.IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |