public enum TemplateReleaseAttachment extends Enum<TemplateReleaseAttachment>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static TemplateReleaseAttachment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateReleaseAttachment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateReleaseAttachment NONE
public static final TemplateReleaseAttachment DEFAULT
public static final TemplateReleaseAttachment CUSTOM
public static TemplateReleaseAttachment[] values()
for (TemplateReleaseAttachment c : TemplateReleaseAttachment.values()) System.out.println(c);
public static TemplateReleaseAttachment 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.