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