Constructor and Description |
---|
SimpleIonType(String name,
PolarityType polarity,
int numberOfMolecules,
String adductFormula,
Integer charge)
Constructor for SimpleIonType.
|
Modifier and Type | Method and Description |
---|---|
String |
getAdductFormula()
getAdductFormula.
|
Integer |
getCharge()
getCharge.
|
String |
getName()
getName.
|
int |
getNumberOfMolecules()
getNumberOfMolecules.
|
PolarityType |
getPolarity()
getPolarity.
|
public SimpleIonType(@Nonnull String name, @Nonnull PolarityType polarity, int numberOfMolecules, @Nonnull String adductFormula, Integer charge)
Constructor for SimpleIonType.
name
- a String
object.polarity
- a PolarityType
object.numberOfMolecules
- a int.adductFormula
- a String
object.charge
- a Integer
object.@Nonnull public PolarityType getPolarity()
getPolarity.
getPolarity
in interface IonType
public int getNumberOfMolecules()
getNumberOfMolecules.
getNumberOfMolecules
in interface IonType
@Nonnull public String getAdductFormula()
getAdductFormula.
getAdductFormula
in interface IonType
Copyright © 2019. All rights reserved.