protected static enum OutputStylesheetBase.OutputStylesheetPropertyKeys extends Enum<OutputStylesheetBase.OutputStylesheetPropertyKeys>
| Modifier and Type | Method and Description |
|---|---|
static OutputStylesheetBase.OutputStylesheetPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputStylesheetBase.OutputStylesheetPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputStylesheetBase.OutputStylesheetPropertyKeys library
public static final OutputStylesheetBase.OutputStylesheetPropertyKeys media
public static final OutputStylesheetBase.OutputStylesheetPropertyKeys name
public static OutputStylesheetBase.OutputStylesheetPropertyKeys[] values()
for (OutputStylesheetBase.OutputStylesheetPropertyKeys c : OutputStylesheetBase.OutputStylesheetPropertyKeys.values()) System.out.println(c);
public static OutputStylesheetBase.OutputStylesheetPropertyKeys 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 © 2016 Liferay, Inc.. All rights reserved.