Enum Class NotificationToken.TypeEnum

java.lang.Object
java.lang.Enum<NotificationToken.TypeEnum>
com.caplin.motif.config.definitions.common.NotificationToken.TypeEnum
All Implemented Interfaces:
Serializable, Comparable<NotificationToken.TypeEnum>, Constable
Enclosing class:
NotificationToken

public static enum NotificationToken.TypeEnum extends Enum<NotificationToken.TypeEnum>
Type of the value. Used by the frontend for formatting. * `TEXT` - Plaintext value that should be displayed unmodified. * `TOKEN` - Translation token. The token must be known to the frontend.