protected static enum Header.PropertyKeys extends Enum<Header.PropertyKeys>
Enum Constant and Description |
---|
fixed |
style |
styleClass |
swatch |
title |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Header.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Header.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Header.PropertyKeys title
public static final Header.PropertyKeys fixed
public static final Header.PropertyKeys swatch
public static final Header.PropertyKeys style
public static final Header.PropertyKeys styleClass
public static Header.PropertyKeys[] values()
for (Header.PropertyKeys c : Header.PropertyKeys.values()) System.out.println(c);
public static Header.PropertyKeys 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 toString()
toString
in class Enum<Header.PropertyKeys>
Copyright © 2014. All rights reserved.