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