public enum StandardsStatus extends Enum<StandardsStatus>
| Enum Constant and Description |
|---|
DRAFT |
EXTERNAL |
INFORMATIVE |
NORMATIVE |
TRIAL_USE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDependOn(StandardsStatus tgtSS) |
static StandardsStatus |
fromCode(String value) |
String |
getAbbrev() |
String |
getColor() |
String |
getColorSvg() |
boolean |
isLowerThan(StandardsStatus status) |
String |
toDisplay() |
static StandardsStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardsStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardsStatus EXTERNAL
public static final StandardsStatus INFORMATIVE
public static final StandardsStatus DRAFT
public static final StandardsStatus TRIAL_USE
public static final StandardsStatus NORMATIVE
public static StandardsStatus[] values()
for (StandardsStatus c : StandardsStatus.values()) System.out.println(c);
public static StandardsStatus 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 StandardsStatus fromCode(String value) throws FHIRException
FHIRExceptionpublic String getColorSvg()
public boolean canDependOn(StandardsStatus tgtSS)
public boolean isLowerThan(StandardsStatus status)
Copyright © 2014–2018 University Health Network. All rights reserved.