public class MzMLCVParam extends Object
| Constructor and Description |
|---|
MzMLCVParam(String accession,
String value,
String name,
String unitAccession)
Constructor for MzMLCVParam
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccession()
Getter for the field
accession. |
Optional<String> |
getName()
Getter for the field
name. |
Optional<String> |
getUnitAccession()
Getter for the field
unitAccession. |
Optional<String> |
getValue()
Getter for the field
value. |
public String getAccession()
Getter for the field accession.
Stringpublic Optional<String> getValue()
Getter for the field value.
Optionalpublic Optional<String> getName()
Getter for the field name.
OptionalCopyright © 2019. All rights reserved.