Package ro.sync.ecss.extensions.dita
Enum Class DITANodeRendererCustomizer.DitaClass
java.lang.Object
java.lang.Enum<DITANodeRendererCustomizer.DitaClass>
ro.sync.ecss.extensions.dita.DITANodeRendererCustomizer.DitaClass
- All Implemented Interfaces:
Serializable
,Comparable<DITANodeRendererCustomizer.DitaClass>
,Constable
- Enclosing class:
- DITANodeRendererCustomizer
public static enum DITANodeRendererCustomizer.DitaClass
extends Enum<DITANodeRendererCustomizer.DitaClass>
DITA classes constants.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBold class.Body div class.Bookmap class.Concept body class.Concept class.Entry class.Italic class.Image class.Index term class.LI class.Link class.Map class.Object class.OL class.Paragraph class.Row class.Section class.Simple table class.STEntry class.Step class.Steps class.STHead class.STRow class.Table class.Task body class.Task class.TBody class.THead class.Title class.Topic body class.Topic class.Underline class.UL class.XREF class. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the enum constant of this class with the specified name.static DITANodeRendererCustomizer.DitaClass[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TITLE_CLASS
Title class. -
TOPIC_BODY_CLASS
Topic body class. -
CONCEPT_BODY_CLASS
Concept body class. -
TASK_BODY_CLASS
Task body class. -
P_CLASS
Paragraph class. -
I_CLASS
Italic class. -
B_CLASS
Bold class. -
U_CLASS
Underline class. -
IMAGE_CLASS
Image class. -
LINK_CLASS
Link class. -
XREF_CLASS
XREF class. -
TABLE_CLASS
Table class. -
SIMPLE_TABLE_CLASS
Simple table class. -
THEAD_CLASS
THead class. -
STHEAD_CLASS
STHead class. -
TBODY_CLASS
TBody class. -
ROW_CLASS
Row class. -
STROW_CLASS
STRow class. -
ENTRY_CLASS
Entry class. -
STENTRY_CLASS
STEntry class. -
UL_CLASS
UL class. -
OL_CLASS
OL class. -
STEPS_CLASS
Steps class. -
STEP_CLASS
Step class. -
LI_CLASS
LI class. -
BODY_DIV_CLASS
Body div class. -
SECTION_CLASS
Section class. -
TOPIC_CLASS
Topic class. -
MAP_CLASS
Map class. -
BOOKMAP_CLASS
Bookmap class. -
TASK_CLASS
Task class. -
CONCEPT_CLASS
Concept class. -
INDEXTERM_CLASS
Index term class. -
OBJECT_CLASS
Object class.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Returns:
- Returns the value.
-