public enum TemplateIdentifier extends Enum<TemplateIdentifier>
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
static TemplateIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateIdentifier SELF_REGISTRATION_EMAIL_BODY
public static final TemplateIdentifier SELF_REGISTRATION_EMAIL_SUBJECT
public static final TemplateIdentifier ADMIN_REGISTRATION_EMAIL_BODY
public static final TemplateIdentifier ADMIN_REGISTRATION_EMAIL_SUBJECT
public static final TemplateIdentifier PASSWORD_RESET_EMAIL_BODY
public static final TemplateIdentifier PASSWORD_RESET_EMAIL_SUBJECT
public static final TemplateIdentifier NEW_REVISION_EMAIL_BODY
public static final TemplateIdentifier NEW_REVISION_EMAIL_SUBJECT
public static TemplateIdentifier[] values()
for (TemplateIdentifier c : TemplateIdentifier.values()) System.out.println(c);
public static TemplateIdentifier valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getFileName()
Copyright © 2019 OpenSource BIM. All rights reserved.