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