com.morpho.morphosmart.sdk
Interface ITemplateType

All Known Implementing Classes:
TemplateFVPType, TemplateType

public interface ITemplateType

Common interface for TemplateFVPType and TemplateType.


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.
 

Method Detail

getCode

int getCode()
Get template type code.

Returns:
Code of the template type

getLabel

java.lang.String getLabel()
Get template type label.

Returns:
Label of the template type

getExtension

java.lang.String getExtension()
Get corresponding template type extension.

Returns:
Extension of the Template type