org.odftoolkit.odfdom.dom.attribute.presentation
public static enum PresentationNodeTypeAttribute.Value extends Enum<PresentationNodeTypeAttribute.Value>
Enum Constant and Description |
---|
AFTER_PREVIOUS |
DEFAULT |
INTERACTIVE_SEQUENCE |
MAIN_SEQUENCE |
ON_CLICK |
TIMING_ROOT |
WITH_PREVIOUS |
Modifier and Type | Method and Description |
---|---|
static PresentationNodeTypeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static PresentationNodeTypeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationNodeTypeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationNodeTypeAttribute.Value AFTER_PREVIOUS
public static final PresentationNodeTypeAttribute.Value DEFAULT
public static final PresentationNodeTypeAttribute.Value INTERACTIVE_SEQUENCE
public static final PresentationNodeTypeAttribute.Value MAIN_SEQUENCE
public static final PresentationNodeTypeAttribute.Value ON_CLICK
public static final PresentationNodeTypeAttribute.Value TIMING_ROOT
public static final PresentationNodeTypeAttribute.Value WITH_PREVIOUS
public static PresentationNodeTypeAttribute.Value[] values()
for (PresentationNodeTypeAttribute.Value c : PresentationNodeTypeAttribute.Value.values()) System.out.println(c);
public static PresentationNodeTypeAttribute.Value 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<PresentationNodeTypeAttribute.Value>
public static PresentationNodeTypeAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.