public static enum EventAnalyticsReportDashboard.Width extends Enum<EventAnalyticsReportDashboard.Width>
Enum Constant and Description |
---|
LARGE
Large.
|
MEDIUM
Medium.
|
SMALL
Small.
|
Modifier and Type | Method and Description |
---|---|
static EventAnalyticsReportDashboard.Width |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventAnalyticsReportDashboard.Width[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventAnalyticsReportDashboard.Width SMALL
public static final EventAnalyticsReportDashboard.Width MEDIUM
public static final EventAnalyticsReportDashboard.Width LARGE
public static EventAnalyticsReportDashboard.Width[] values()
for (EventAnalyticsReportDashboard.Width c : EventAnalyticsReportDashboard.Width.values()) System.out.println(c);
public static EventAnalyticsReportDashboard.Width 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.