public enum HeaderVisibility extends Enum<HeaderVisibility> implements FlavorConvertible
Modifier and Type | Method and Description |
---|---|
Flavor |
getFlavor() |
static HeaderVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderVisibility PUBLIC
public static final HeaderVisibility PRIVATE
public static HeaderVisibility[] values()
for (HeaderVisibility c : HeaderVisibility.values()) System.out.println(c);
public static HeaderVisibility 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 Flavor getFlavor()
getFlavor
in interface FlavorConvertible