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