public enum TemplateEmailHeaderBehavior extends Enum<TemplateEmailHeaderBehavior>
Enum Constant and Description |
---|
FULL_STRETCH |
ORIGINAL |
REPEAT |
STRETCH |
STRETCH_PROPORTIONALLY |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static TemplateEmailHeaderBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateEmailHeaderBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateEmailHeaderBehavior ORIGINAL
public static final TemplateEmailHeaderBehavior REPEAT
public static final TemplateEmailHeaderBehavior STRETCH
public static final TemplateEmailHeaderBehavior STRETCH_PROPORTIONALLY
public static final TemplateEmailHeaderBehavior FULL_STRETCH
public static TemplateEmailHeaderBehavior[] values()
for (TemplateEmailHeaderBehavior c : TemplateEmailHeaderBehavior.values()) System.out.println(c);
public static TemplateEmailHeaderBehavior 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 getName()
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.