public enum CustomReportTreeDefinition extends Enum<CustomReportTreeDefinition> implements TreeEntityDefinition
CustomReportLibraryNode.getEntity()
keep the name of enum type strictly identical to the corresponding CustomReportNodeType| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
boolean |
isContainer() |
static CustomReportTreeDefinition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomReportTreeDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomReportTreeDefinition LIBRARY
public static final CustomReportTreeDefinition DASHBOARD
public static final CustomReportTreeDefinition CHART
public static final CustomReportTreeDefinition FOLDER
public static CustomReportTreeDefinition[] values()
for (CustomReportTreeDefinition c : CustomReportTreeDefinition.values()) System.out.println(c);
public static CustomReportTreeDefinition 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 getTypeName()
getTypeName in interface TreeEntityDefinitionpublic boolean isContainer()
isContainer in interface TreeEntityDefinitionCopyright © 2010–2016 Henix, henix.fr. All rights reserved.