|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TemplateFVPType>
com.morpho.morphosmart.sdk.TemplateFVPType
public enum TemplateFVPType
This enumeration list the possible types of an FVP template
Enum Constant Summary | |
---|---|
MORPHO_NO_PK_FVP
Do not return multimodal template |
|
MORPHO_PK_FVP
Multimodal template format supported by MorphoSmart™ FINGER VP |
|
MORPHO_PK_FVP_MATCH
Multimodal template format supported by MorphoSmart™ FINGER VP |
Method Summary | |
---|---|
int |
getCode()
Get template type code. |
java.lang.String |
getExtension()
Get corresponding template type extension. |
java.lang.String |
getLabel()
Get template type label. |
protected static TemplateFVPType |
getValue(int id)
|
static TemplateFVPType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TemplateFVPType[] |
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 TemplateFVPType MORPHO_NO_PK_FVP
public static final TemplateFVPType MORPHO_PK_FVP
public static final TemplateFVPType MORPHO_PK_FVP_MATCH
Method Detail |
---|
public static TemplateFVPType[] values()
for (TemplateFVPType c : TemplateFVPType.values()) System.out.println(c);
public static TemplateFVPType 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()
ITemplateType
getCode
in interface ITemplateType
public java.lang.String getLabel()
ITemplateType
getLabel
in interface ITemplateType
public java.lang.String getExtension()
ITemplateType
getExtension
in interface ITemplateType
protected static TemplateFVPType getValue(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |