public static enum ICustomPacket.Fields extends java.lang.Enum<ICustomPacket.Fields>
| 列挙型定数と説明 |
|---|
CPACKETCUSTOMLOGIN |
CPACKETCUSTOMPAYLOAD |
SPACKETCUSTOMLOGIN |
SPACKETCUSTOMPAYLOAD |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ICustomPacket.Fields |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ICustomPacket.Fields[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ICustomPacket.Fields CPACKETCUSTOMPAYLOAD
public static final ICustomPacket.Fields SPACKETCUSTOMPAYLOAD
public static final ICustomPacket.Fields CPACKETCUSTOMLOGIN
public static final ICustomPacket.Fields SPACKETCUSTOMLOGIN
public static ICustomPacket.Fields[] values()
for(ICustomPacket.Fields c: ICustomPacket.Fields.values()) System.out.println(c);
public static ICustomPacket.Fields valueOf(java.lang.String name)
name - 返される列挙型定数の名前。java.lang.IllegalArgumentException - この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException - 引数がnullの場合