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
.
String
public Optional<String> getValue()
Getter for the field value
.
Optional
public Optional<String> getName()
Getter for the field name
.
Optional
Copyright © 2019. All rights reserved.