| Package | Description |
|---|---|
| umich.ms.datatypes.scan | |
| umich.ms.datatypes.scan.props |
| Modifier and Type | Field and Description |
|---|---|
protected ScanType |
AbstractScan.scanType
Type of scan (Full, Zoom, SIM, etc.).
|
| Modifier and Type | Method and Description |
|---|---|
ScanType |
IScan.getScanType() |
ScanType |
AbstractScan.getScanType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IScan.setScanType(ScanType scanType) |
void |
AbstractScan.setScanType(ScanType scanType) |
| Modifier and Type | Method and Description |
|---|---|
static ScanType |
ScanType.fromPSIMSOntology(String psiMsTermNumber)
Get enum value from PSI-MS ontology terms.
|
static ScanType |
ScanType.fromString(String name)
Case-insensitive conversion from a string representation to values of this Enum.
|
static ScanType |
ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanType[] |
ScanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.