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