public static enum AttachmentPathManager.Mode extends Enum<AttachmentPathManager.Mode>
Modifier and Type | Method and Description |
---|---|
static AttachmentPathManager.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentPathManager.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentPathManager.Mode DEFAULT
public static final AttachmentPathManager.Mode CUSTOM
public static final AttachmentPathManager.Mode DISABLED
public static AttachmentPathManager.Mode[] values()
for (AttachmentPathManager.Mode c : AttachmentPathManager.Mode.values()) System.out.println(c);
public static AttachmentPathManager.Mode 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 nullCopyright © 2002-2021 Atlassian. All Rights Reserved.