public enum FilterPlaceholder extends Enum<FilterPlaceholder>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static FilterPlaceholder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterPlaceholder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterPlaceholder FOOTER
public static final FilterPlaceholder HEADER
public static final FilterPlaceholder NONE
public static FilterPlaceholder[] values()
for (FilterPlaceholder c : FilterPlaceholder.values()) System.out.println(c);
public static FilterPlaceholder 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 getName()
Copyright © 2013–2015 Dandelion Project. All rights reserved.