public static enum BarcodeConst.MemoryType extends java.lang.Enum<BarcodeConst.MemoryType>
列挙型定数と説明 |
---|
MEMORY_TYPE_PERMANENT
Memory Type : Settings by memory type Permanent.
|
MEMORY_TYPE_TEMPORARY
Memory Type : Settings by memory type Temporary.
|
修飾子とタイプ | メソッドと説明 |
---|---|
abstract byte |
getCommand()
The user does not use this function.
|
static BarcodeConst.MemoryType |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static BarcodeConst.MemoryType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final BarcodeConst.MemoryType MEMORY_TYPE_TEMPORARY
public static final BarcodeConst.MemoryType MEMORY_TYPE_PERMANENT
public static BarcodeConst.MemoryType[] values()
for(BarcodeConst.MemoryType c: BarcodeConst.MemoryType.values()) System.out.println(c);
public static BarcodeConst.MemoryType valueOf(java.lang.String name)
name
- 返される列挙型定数の名前。java.lang.IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException
- 引数がnullの場合public abstract byte getCommand()