com.wewebu.ow.server.servlets.download
Enum OwHttpContentDisposition.OwElementType
java.lang.Object
java.lang.Enum<OwHttpContentDisposition.OwElementType>
com.wewebu.ow.server.servlets.download.OwHttpContentDisposition.OwElementType
- All Implemented Interfaces:
- Serializable, Comparable<OwHttpContentDisposition.OwElementType>
- Enclosing class:
- OwHttpContentDisposition
public static enum OwHttpContentDisposition.OwElementType
- extends Enum<OwHttpContentDisposition.OwElementType>
OwElementType.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
ATTACHMENT
public static final OwHttpContentDisposition.OwElementType ATTACHMENT
INLINE
public static final OwHttpContentDisposition.OwElementType INLINE
values
public static OwHttpContentDisposition.OwElementType[] 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 (OwHttpContentDisposition.OwElementType c : OwHttpContentDisposition.OwElementType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OwHttpContentDisposition.OwElementType valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<OwHttpContentDisposition.OwElementType>
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.