public enum MailMessages extends Enum<MailMessages>
| Enum Constant and Description |
|---|
EXTERNAL_PARTICIPANT |
INTERNAL_PARTICIPANT |
MODERATOR |
SESSION_DELETION |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassPathToTemplate()
Get the classpath to the template
|
String |
getTemplateName() |
String |
toString() |
static MailMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailMessages MODERATOR
public static final MailMessages SESSION_DELETION
public static final MailMessages INTERNAL_PARTICIPANT
public static final MailMessages EXTERNAL_PARTICIPANT
public static MailMessages[] values()
for (MailMessages c : MailMessages.values()) System.out.println(c);
public static MailMessages 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 getTemplateName()
public String toString()
toString in class Enum<MailMessages>public String getClassPathToTemplate()
Copyright © 2016 Jasig. All Rights Reserved.