public static enum Gs1Composite.Gs1CompositeMode extends java.lang.Enum<Gs1Composite.Gs1CompositeMode>
Enum Constant and Description |
---|
MODE_1D
1次元部分のみを出力する Output only one-dimensional part |
MODE_1D2D
1次元部分、2次元部分の両方を出力する Output both 1D and 2D parts |
MODE_2D
2次元部分のみを出力する Output only the 2D part |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static Gs1Composite.Gs1CompositeMode |
valueOf(int id) |
static Gs1Composite.Gs1CompositeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Gs1Composite.Gs1CompositeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gs1Composite.Gs1CompositeMode MODE_1D
public static final Gs1Composite.Gs1CompositeMode MODE_2D
public static final Gs1Composite.Gs1CompositeMode MODE_1D2D
public static Gs1Composite.Gs1CompositeMode[] values()
for (Gs1Composite.Gs1CompositeMode c : Gs1Composite.Gs1CompositeMode.values()) System.out.println(c);
public static Gs1Composite.Gs1CompositeMode 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 static Gs1Composite.Gs1CompositeMode valueOf(int id)
public int getId()