public enum StiMaxicodeMode extends java.lang.Enum<StiMaxicodeMode>
| Modifier and Type | Method and Description |
|---|---|
static StiMaxicodeMode |
forValue(int value) |
int |
getValue() |
static StiMaxicodeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMaxicodeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiMaxicodeMode Mode2
public static final StiMaxicodeMode Mode3
public static final StiMaxicodeMode Mode4
public static final StiMaxicodeMode Mode5
public static final StiMaxicodeMode Mode6
public static StiMaxicodeMode[] values()
for (StiMaxicodeMode c : StiMaxicodeMode.values()) System.out.println(c);
public static StiMaxicodeMode 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 getValue()
public static StiMaxicodeMode forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.