Interface STTLTimeNodeType
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STTLTimeNodeType extends XmlToken
An XML ST_TLTimeNodeType(@http://schemas.openxmlformats.org/presentationml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTTLTimeNodeType.EnumEnumeration value class for org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeType.static classSTTLTimeNodeType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STTLTimeNodeType.EnumAFTER_EFFECTstatic STTLTimeNodeType.EnumAFTER_GROUPstatic STTLTimeNodeType.EnumCLICK_EFFECTstatic STTLTimeNodeType.EnumCLICK_PARstatic intINT_AFTER_EFFECTstatic intINT_AFTER_GROUPstatic intINT_CLICK_EFFECTstatic intINT_CLICK_PARstatic intINT_INTERACTIVE_SEQstatic intINT_MAIN_SEQstatic intINT_TM_ROOTstatic intINT_WITH_EFFECTstatic intINT_WITH_GROUPstatic STTLTimeNodeType.EnumINTERACTIVE_SEQstatic STTLTimeNodeType.EnumMAIN_SEQstatic STTLTimeNodeType.EnumTM_ROOTstatic SchemaTypetypestatic STTLTimeNodeType.EnumWITH_EFFECTstatic STTLTimeNodeType.EnumWITH_GROUP-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringEnumAbstractBaseenumValue()voidset(StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
CLICK_EFFECT
static final STTLTimeNodeType.Enum CLICK_EFFECT
-
WITH_EFFECT
static final STTLTimeNodeType.Enum WITH_EFFECT
-
AFTER_EFFECT
static final STTLTimeNodeType.Enum AFTER_EFFECT
-
MAIN_SEQ
static final STTLTimeNodeType.Enum MAIN_SEQ
-
INTERACTIVE_SEQ
static final STTLTimeNodeType.Enum INTERACTIVE_SEQ
-
CLICK_PAR
static final STTLTimeNodeType.Enum CLICK_PAR
-
WITH_GROUP
static final STTLTimeNodeType.Enum WITH_GROUP
-
AFTER_GROUP
static final STTLTimeNodeType.Enum AFTER_GROUP
-
TM_ROOT
static final STTLTimeNodeType.Enum TM_ROOT
-
INT_CLICK_EFFECT
static final int INT_CLICK_EFFECT
- See Also:
- Constant Field Values
-
INT_WITH_EFFECT
static final int INT_WITH_EFFECT
- See Also:
- Constant Field Values
-
INT_AFTER_EFFECT
static final int INT_AFTER_EFFECT
- See Also:
- Constant Field Values
-
INT_MAIN_SEQ
static final int INT_MAIN_SEQ
- See Also:
- Constant Field Values
-
INT_INTERACTIVE_SEQ
static final int INT_INTERACTIVE_SEQ
- See Also:
- Constant Field Values
-
INT_CLICK_PAR
static final int INT_CLICK_PAR
- See Also:
- Constant Field Values
-
INT_WITH_GROUP
static final int INT_WITH_GROUP
- See Also:
- Constant Field Values
-
INT_AFTER_GROUP
static final int INT_AFTER_GROUP
- See Also:
- Constant Field Values
-
INT_TM_ROOT
static final int INT_TM_ROOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-