|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Coder>
com.morpho.morphosmart.sdk.Coder
public enum Coder
This class store different possible values of a coding algorithm.
Enum Constant Summary | |
---|---|
MORPHO_DEFAULT_CODER
Default coder, this setting exists since the 08.04 firmware version and allow the MorphoSmartâ„¢ to keep its default choice. |
|
MORPHO_MSO_V9_CODER
Standard coder selection (this is the default choice). |
|
MORPHO_MSO_V9_JUV_CODER
Juvenile coder selection. |
|
MORPHO_MSO_V9_THIN_FINGER_CODER
Thin finger coder selection. |
Method Summary | |
---|---|
static Coder |
fromString(java.lang.String label)
|
int |
getCode()
|
java.lang.String |
getLabel()
|
static Coder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Coder[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Coder MORPHO_DEFAULT_CODER
public static final Coder MORPHO_MSO_V9_CODER
public static final Coder MORPHO_MSO_V9_JUV_CODER
public static final Coder MORPHO_MSO_V9_THIN_FINGER_CODER
Method Detail |
---|
public static Coder[] values()
for (Coder c : Coder.values()) System.out.println(c);
public static Coder 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 name
java.lang.NullPointerException
- if the argument is nullpublic int getCode()
public java.lang.String getLabel()
public static Coder fromString(java.lang.String label)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |