protected static enum AudioPlayerBase.PropertyKeys extends java.lang.Enum<AudioPlayerBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
autoplay |
controls |
library |
linkLabel |
loop |
muted |
name |
preload |
scope |
srcAttribute |
style |
styleClass |
type |
url |
value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AudioPlayerBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AudioPlayerBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioPlayerBase.PropertyKeys accesskey
public static final AudioPlayerBase.PropertyKeys autoplay
public static final AudioPlayerBase.PropertyKeys controls
public static final AudioPlayerBase.PropertyKeys library
public static final AudioPlayerBase.PropertyKeys linkLabel
public static final AudioPlayerBase.PropertyKeys loop
public static final AudioPlayerBase.PropertyKeys muted
public static final AudioPlayerBase.PropertyKeys name
public static final AudioPlayerBase.PropertyKeys preload
public static final AudioPlayerBase.PropertyKeys scope
public static final AudioPlayerBase.PropertyKeys style
public static final AudioPlayerBase.PropertyKeys styleClass
public static final AudioPlayerBase.PropertyKeys type
public static final AudioPlayerBase.PropertyKeys url
public static final AudioPlayerBase.PropertyKeys value
public static final AudioPlayerBase.PropertyKeys srcAttribute
public static AudioPlayerBase.PropertyKeys[] values()
for (AudioPlayerBase.PropertyKeys c : AudioPlayerBase.PropertyKeys.values()) System.out.println(c);
public static AudioPlayerBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<AudioPlayerBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.