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
Enum Constant and Description |
---|
ATTACHMENT |
INLINE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OwHttpContentDisposition.OwElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwHttpContentDisposition.OwElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwHttpContentDisposition.OwElementType ATTACHMENT
public static final OwHttpContentDisposition.OwElementType INLINE
public static OwHttpContentDisposition.OwElementType[] values()
for (OwHttpContentDisposition.OwElementType c : OwHttpContentDisposition.OwElementType.values()) System.out.println(c);
public static OwHttpContentDisposition.OwElementType 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 toString()
toString
in class Enum<OwHttpContentDisposition.OwElementType>
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.