org.apache.shindig.gadgets.templates.tags
Enum FlashTagHandler.SwfObjectConfig.Align
java.lang.Object
java.lang.Enum<FlashTagHandler.SwfObjectConfig.Align>
org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Align
- All Implemented Interfaces:
- Serializable, Comparable<FlashTagHandler.SwfObjectConfig.Align>
- Enclosing class:
- FlashTagHandler.SwfObjectConfig
public static enum FlashTagHandler.SwfObjectConfig.Align
- extends Enum<FlashTagHandler.SwfObjectConfig.Align>
middle
public static final FlashTagHandler.SwfObjectConfig.Align middle
left
public static final FlashTagHandler.SwfObjectConfig.Align left
right
public static final FlashTagHandler.SwfObjectConfig.Align right
top
public static final FlashTagHandler.SwfObjectConfig.Align top
bottom
public static final FlashTagHandler.SwfObjectConfig.Align bottom
values
public static FlashTagHandler.SwfObjectConfig.Align[] 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 (FlashTagHandler.SwfObjectConfig.Align c : FlashTagHandler.SwfObjectConfig.Align.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FlashTagHandler.SwfObjectConfig.Align 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 © 2007-2012. All Rights Reserved.