public final class ValueSetElement extends Object
| Constructor and Description |
|---|
ValueSetElement(Value value) |
ValueSetElement(Value value,
String displayName) |
ValueSetElement(Value value,
String displayName,
String abbrevDisplayName) |
ValueSetElement(Value value,
String displayName,
String abbrevDisplayName,
Attribute[] attributes)
Instantiates a value of a value set.
|
| Modifier and Type | Method and Description |
|---|---|
ValueSetElementBuilder |
asBuilder() |
String |
getAbbrevDisplayName()
Returns the value's abbreviated display name.
|
Attribute[] |
getAttributes() |
String |
getDisplayName()
Returns the value's display name.
|
Value |
getValue()
Returns the value.
|
String |
toString() |
public ValueSetElement(Value value)
public ValueSetElement(Value value, String displayName, String abbrevDisplayName, Attribute[] attributes)
value - the Value. Cannot be null.displayName - the value's display name String. If
null is specified, getDisplayName() will
return the empty string.abbrevDisplayName - the value's abbreviated display name
String. If null is specified,
getAbbrevDisplayName() will return the empty string.public String getAbbrevDisplayName()
null.String.public String getDisplayName()
null.String.public Attribute[] getAttributes()
public ValueSetElementBuilder asBuilder()
Copyright © 2012–2017 Emory University. All rights reserved.