Package | Description |
---|---|
us.gov.dod.standard.ssrf._3_1.administrative |
Modifier and Type | Method and Description |
---|---|
Code |
Code.withDescription(String value)
Set In Data Item Description, the long text name of the code entry or a
brief description of the entry to be created or modified.
|
Code |
Code.withValue(String value)
Set the unique code entry within the code list.
|
Modifier and Type | Method and Description |
---|---|
Set<Code> |
CodeList.getCode()
Get the three-letter code of an existing Code List to be modified, or an
unused three-letter code in the case of the creation of a new Code List..
|
Modifier and Type | Method and Description |
---|---|
CodeList |
CodeList.withCode(Code... values)
Set the three-letter code of an existing Code List to be modified, or an
unused three-letter code in the case of the creation of a new Code List.
|
Modifier and Type | Method and Description |
---|---|
CodeList |
CodeList.withCode(Collection<Code> values)
Set the three-letter code of an existing Code List to be modified, or an
unused three-letter code in the case of the creation of a new Code List.
|
Copyright © 2016 OpenSSRF.org. All rights reserved.