com.atlassian.confluence.search.service
Enum ContentTypeEnum
java.lang.Object
java.lang.Enum<ContentTypeEnum>
com.atlassian.confluence.search.service.ContentTypeEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ContentTypeEnum>
public enum ContentTypeEnum
- extends java.lang.Enum<ContentTypeEnum>
An enum representing the different content types that may be specified in a search.
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PAGE
public static final ContentTypeEnum PAGE
COMMENT
public static final ContentTypeEnum COMMENT
BLOG
public static final ContentTypeEnum BLOG
ATTACHMENT
public static final ContentTypeEnum ATTACHMENT
PERSONAL_INFORMATION
public static final ContentTypeEnum PERSONAL_INFORMATION
SPACE_DESCRIPTION
public static final ContentTypeEnum SPACE_DESCRIPTION
PERSONAL_SPACE_DESCRIPTION
public static final ContentTypeEnum PERSONAL_SPACE_DESCRIPTION
MAIL
public static final ContentTypeEnum MAIL
values
public static final ContentTypeEnum[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(ContentTypeEnum c : ContentTypeEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ContentTypeEnum 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
getRepresentation
public java.lang.String getRepresentation()
getTypeClass
public java.lang.String getTypeClass()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<ContentTypeEnum>
get
public static ContentTypeEnum get(java.lang.String rep)
- Parameters:
rep - the String representation of the enum.
- Returns:
- the ContentTypeEnum for the supplied String. Null is returned if the parameter does not map to a
ContentTypeEnum.
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.