org.odftoolkit.odfdom.dom.attribute.dr3d
Enum Dr3dShadowAttribute.Value
java.lang.Object
java.lang.Enum<Dr3dShadowAttribute.Value>
org.odftoolkit.odfdom.dom.attribute.dr3d.Dr3dShadowAttribute.Value
- All Implemented Interfaces:
- Serializable, Comparable<Dr3dShadowAttribute.Value>
- Enclosing class:
- Dr3dShadowAttribute
public static enum Dr3dShadowAttribute.Value
- extends Enum<Dr3dShadowAttribute.Value>
The value set of dr3d:shadow.
HIDDEN
public static final Dr3dShadowAttribute.Value HIDDEN
VISIBLE
public static final Dr3dShadowAttribute.Value VISIBLE
values
public static final Dr3dShadowAttribute.Value[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(Dr3dShadowAttribute.Value c : Dr3dShadowAttribute.Value.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static Dr3dShadowAttribute.Value 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
toString
public String toString()
- Overrides:
toString in class Enum<Dr3dShadowAttribute.Value>
enumValueOf
public static Dr3dShadowAttribute.Value enumValueOf(String value)
Copyright © 2008-2011 ODF Toolkit Project. All Rights Reserved.