public enum V3TableFrame extends Enum<V3TableFrame>
| Enum Constant and Description |
|---|
ABOVE
above
|
BELOW
below
|
BORDER
border
|
BOX
box
|
HSIDES
hsides
|
LHS
lhs
|
NULL
added to help the parsers
|
RHS
rhs
|
VOID
void
|
VSIDES
vsides
|
| Modifier and Type | Method and Description |
|---|---|
static V3TableFrame |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3TableFrame |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3TableFrame[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3TableFrame ABOVE
public static final V3TableFrame BELOW
public static final V3TableFrame BORDER
public static final V3TableFrame BOX
public static final V3TableFrame HSIDES
public static final V3TableFrame LHS
public static final V3TableFrame RHS
public static final V3TableFrame VOID
public static final V3TableFrame VSIDES
public static final V3TableFrame NULL
public static V3TableFrame[] values()
for (V3TableFrame c : V3TableFrame.values()) System.out.println(c);
public static V3TableFrame 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 V3TableFrame 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.