public enum V3StyleType extends Enum<V3StyleType>
| Enum Constant and Description |
|---|
_FONTSTYLE
Defines font rendering characteristics
|
_LISTSTYLE
Defines list rendering characteristics
|
_ORDEREDLISTSTYLE
Defines rendering characteristics for ordered lists
|
_TABLERULESTYLE
Defines table cell rendering characteristics
|
_UNORDEREDLISTSTYLE
Defines rendering characteristics for unordered 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
|
BOLD
Render with a bold font
|
BOTRULE
Render cell with rule on bottom
|
CIRCLE
List bullets are hollow discs
|
DISC
List bullets are simple solid discs
|
EMPHASIS
Render with with some type of emphasis
|
ITALICS
Render italicized
|
LITTLEALPHA
List is order using little alpha characters: a, b, c
|
LITTLEROMAN
List is ordered using little Roman numerals: i, ii, iii
|
LRULE
Render cell with left-sided rule
|
NULL
added to help the parsers
|
RRULE
Render cell with right-sided rule
|
SQUARE
List bullets are solid squares
|
TOPRULE
Render cell with rule on top
|
UNDERLINE
Render with an underline font
|
| Modifier and Type | Method and Description |
|---|---|
static V3StyleType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3StyleType |
valueOf(String name)
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.
|
public static final V3StyleType _FONTSTYLE
public static final V3StyleType BOLD
public static final V3StyleType EMPHASIS
public static final V3StyleType ITALICS
public static final V3StyleType UNDERLINE
public static final V3StyleType _LISTSTYLE
public static final V3StyleType _ORDEREDLISTSTYLE
public static final V3StyleType ARABIC
public static final V3StyleType BIGALPHA
public static final V3StyleType BIGROMAN
public static final V3StyleType LITTLEALPHA
public static final V3StyleType LITTLEROMAN
public static final V3StyleType _UNORDEREDLISTSTYLE
public static final V3StyleType CIRCLE
public static final V3StyleType DISC
public static final V3StyleType SQUARE
public static final V3StyleType _TABLERULESTYLE
public static final V3StyleType BOTRULE
public static final V3StyleType LRULE
public static final V3StyleType RRULE
public static final V3StyleType TOPRULE
public static final V3StyleType NULL
public static V3StyleType[] values()
for (V3StyleType c : V3StyleType.values()) System.out.println(c);
public static V3StyleType 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 static V3StyleType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.