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