protected static enum AudioBase.AudioPropertyKeys extends Enum<AudioBase.AudioPropertyKeys>
| Enum Constant and Description |
|---|
styleClass |
volume |
| Modifier and Type | Method and Description |
|---|---|
static AudioBase.AudioPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioBase.AudioPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioBase.AudioPropertyKeys styleClass
public static final AudioBase.AudioPropertyKeys volume
public static AudioBase.AudioPropertyKeys[] values()
for (AudioBase.AudioPropertyKeys c : AudioBase.AudioPropertyKeys.values()) System.out.println(c);
public static AudioBase.AudioPropertyKeys 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.