public static enum QueryAxis.SubtotalVisibility extends Enum<QueryAxis.SubtotalVisibility>
SubtotalVisibility
enumerates the allowed values of
whether subtotals are visible.Modifier and Type | Method and Description |
---|---|
static QueryAxis.SubtotalVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryAxis.SubtotalVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryAxis.SubtotalVisibility Undefined
public static final QueryAxis.SubtotalVisibility Hide
public static final QueryAxis.SubtotalVisibility Show
public static QueryAxis.SubtotalVisibility[] values()
for (QueryAxis.SubtotalVisibility c : QueryAxis.SubtotalVisibility.values()) System.out.println(c);
public static QueryAxis.SubtotalVisibility 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 © 2020 Hitachi Vantara. All rights reserved.