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