| Package | Description |
|---|---|
| umich.ms.datatypes.scan | |
| umich.ms.datatypes.scan.props |
| Modifier and Type | Field and Description |
|---|---|
protected Polarity |
AbstractScan.polarity |
| Modifier and Type | Method and Description |
|---|---|
Polarity |
IScan.getPolarity() |
Polarity |
AbstractScan.getPolarity() |
| Modifier and Type | Method and Description |
|---|---|
void |
IScan.setPolarity(Polarity polarity) |
void |
AbstractScan.setPolarity(Polarity polarity) |
| Modifier and Type | Method and Description |
|---|---|
static Polarity |
Polarity.parse(String s)
Parse Polarity from a string.
|
static Polarity |
Polarity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Polarity[] |
Polarity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.