public enum ContentInputType extends Enum<ContentInputType>
TemplateInput| Enum Constant and Description |
|---|
BlobContent |
HtmlPreview |
| Modifier and Type | Method and Description |
|---|---|
static ContentInputType |
getByValue(String value) |
String |
getValue() |
String |
toString() |
static ContentInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentInputType HtmlPreview
public static final ContentInputType BlobContent
public static ContentInputType[] values()
for (ContentInputType c : ContentInputType.values()) System.out.println(c);
public static ContentInputType 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<ContentInputType>public static ContentInputType getByValue(String value)
Copyright © 2019 Nuxeo. All rights reserved.