com.atlassian.confluence.pages
Enum Attachment.Type
java.lang.Object
java.lang.Enum<Attachment.Type>
com.atlassian.confluence.pages.Attachment.Type
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Attachment.Type>
- Enclosing class:
- Attachment
public static enum Attachment.Type
- extends java.lang.Enum<Attachment.Type>
An enum of basic Attachment types with a text description of each type.
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PDF
public static final Attachment.Type PDF
IMAGE
public static final Attachment.Type IMAGE
MULTIMEDIA
public static final Attachment.Type MULTIMEDIA
XML
public static final Attachment.Type XML
HTML
public static final Attachment.Type HTML
TEXT
public static final Attachment.Type TEXT
WORD
public static final Attachment.Type WORD
EXCEL
public static final Attachment.Type EXCEL
POWERPOINT
public static final Attachment.Type POWERPOINT
JAVA_SOURCE
public static final Attachment.Type JAVA_SOURCE
JAVA_ARCHIVE
public static final Attachment.Type JAVA_ARCHIVE
ZIP
public static final Attachment.Type ZIP
values
public static Attachment.Type[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Attachment.Type c : Attachment.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Attachment.Type valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getForMimeType
public static Attachment.Type getForMimeType(java.lang.String mimeType,
java.lang.String fileExtension)
getDescription
public java.lang.String getDescription()
getTypes
public static java.util.Set<Attachment.Type> getTypes(java.util.Set<java.lang.String> typeStrs)
Copyright © 2003-2013 Atlassian. All Rights Reserved.