Enum V3StyleType
- All Implemented Interfaces:
Serializable
,Comparable<V3StyleType>
-
Enum Constant Summary
Enum ConstantDescriptionDefines font rendering characteristicsDefines list rendering characteristicsDefines rendering characteristics for ordered listsDefines table cell rendering characteristicsDefines rendering characteristics for unordered listsList is ordered using Arabic numerals: 1, 2, 3List is ordered using big alpha characters: A, B, CList is ordered using big Roman numerals: I, II, IIIRender with a bold fontRender cell with rule on bottomList bullets are hollow discsList bullets are simple solid discsRender with with some type of emphasisRender italicizedList is order using little alpha characters: a, b, cList is ordered using little Roman numerals: i, ii, iiiRender cell with left-sided ruleadded to help the parsersRender cell with right-sided ruleList bullets are solid squaresRender cell with rule on topRender with an underline font -
Method Summary
Modifier and TypeMethodDescriptionstatic V3StyleType
toCode()
static V3StyleType
Returns the enum constant of this type with the specified name.static V3StyleType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
_FONTSTYLE
Defines font rendering characteristics -
BOLD
Render with a bold font -
EMPHASIS
Render with with some type of emphasis -
ITALICS
Render italicized -
UNDERLINE
Render with an underline font -
_LISTSTYLE
Defines list rendering characteristics -
_ORDEREDLISTSTYLE
Defines rendering characteristics for ordered lists -
ARABIC
List is ordered using Arabic numerals: 1, 2, 3 -
BIGALPHA
List is ordered using big alpha characters: A, B, C -
BIGROMAN
List is ordered using big Roman numerals: I, II, III -
LITTLEALPHA
List is order using little alpha characters: a, b, c -
LITTLEROMAN
List is ordered using little Roman numerals: i, ii, iii -
_UNORDEREDLISTSTYLE
Defines rendering characteristics for unordered lists -
CIRCLE
List bullets are hollow discs -
DISC
List bullets are simple solid discs -
SQUARE
List bullets are solid squares -
_TABLERULESTYLE
Defines table cell rendering characteristics -
BOTRULE
Render cell with rule on bottom -
LRULE
Render cell with left-sided rule -
RRULE
Render cell with right-sided rule -
TOPRULE
Render cell with rule on top -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 nameNullPointerException
- if the argument is null
-
fromCode
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-