com.liferay.faces.alloy.component.video
Enum VideoBase.VideoPropertyKeys
java.lang.Object
java.lang.Enum<VideoBase.VideoPropertyKeys>
com.liferay.faces.alloy.component.video.VideoBase.VideoPropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<VideoBase.VideoPropertyKeys>
- Enclosing class:
- VideoBase
protected static enum VideoBase.VideoPropertyKeys
- extends Enum<VideoBase.VideoPropertyKeys>
height
public static final VideoBase.VideoPropertyKeys height
poster
public static final VideoBase.VideoPropertyKeys poster
styleClass
public static final VideoBase.VideoPropertyKeys styleClass
width
public static final VideoBase.VideoPropertyKeys width
values
public static VideoBase.VideoPropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (VideoBase.VideoPropertyKeys c : VideoBase.VideoPropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static VideoBase.VideoPropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2017 Liferay, Inc.. All rights reserved.