public static enum TitlePageIndicator.IndicatorStyle extends Enum<TitlePageIndicator.IndicatorStyle>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static TitlePageIndicator.IndicatorStyle |
fromValue(int value) |
static TitlePageIndicator.IndicatorStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TitlePageIndicator.IndicatorStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TitlePageIndicator.IndicatorStyle None
public static final TitlePageIndicator.IndicatorStyle Triangle
public static final TitlePageIndicator.IndicatorStyle Underline
public static TitlePageIndicator.IndicatorStyle[] values()
for (TitlePageIndicator.IndicatorStyle c : TitlePageIndicator.IndicatorStyle.values()) System.out.println(c);
public static TitlePageIndicator.IndicatorStyle 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 static TitlePageIndicator.IndicatorStyle fromValue(int value)
Copyright © 2016. All rights reserved.