public static enum ReadOption.MarginCheck extends java.lang.Enum<ReadOption.MarginCheck>
Enum Constant and Description |
---|
LEVEL1
標準の1/7 1/7 of standard |
LEVEL2
標準の2/7 2/7 of standard |
LEVEL3
標準の3/7 3/7 of standard |
LEVEL4
標準の4/7 4/7 of standard |
LEVEL5
標準の5/7 5/7 of standard |
LEVEL6
標準の6/7 6/7 of standard |
NO_CHECK
クワイエットゾーンを確認しない Don't check the quiet zone |
NORMAL
標準 Standard |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static ReadOption.MarginCheck |
valueOf(int id) |
static ReadOption.MarginCheck |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadOption.MarginCheck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadOption.MarginCheck NO_CHECK
public static final ReadOption.MarginCheck LEVEL1
public static final ReadOption.MarginCheck LEVEL2
public static final ReadOption.MarginCheck LEVEL3
public static final ReadOption.MarginCheck LEVEL4
public static final ReadOption.MarginCheck LEVEL5
public static final ReadOption.MarginCheck LEVEL6
public static final ReadOption.MarginCheck NORMAL
public static ReadOption.MarginCheck[] values()
for (ReadOption.MarginCheck c : ReadOption.MarginCheck.values()) System.out.println(c);
public static ReadOption.MarginCheck valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getId()
public static ReadOption.MarginCheck valueOf(int id)