public class SimpleElementForSimilarSpecies
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
ElementSimple |
Aelement |
|
ElementSimple |
CH2element |
|
ElementSimple |
CH3element |
|
ElementSimple |
Oelement |
|
ElementSimple |
TSelement |
Modifier and Type | Method | Description |
---|---|---|
ElementSimple |
getAelement() |
|
ElementSimple |
getCH2element() |
|
ElementSimple |
getCH3element() |
|
static SimpleElementForSimilarSpecies |
getInstance() |
|
ElementSimple |
getOelement() |
|
ElementSimple |
getTSelement() |
|
void |
setAelement(ElementSimple aelement) |
|
void |
setCH2element(ElementSimple cH2element) |
|
void |
setCH3element(ElementSimple cH3element) |
|
void |
setOelement(ElementSimple oelement) |
|
void |
setTSelement(ElementSimple tSelement) |
public ElementSimple CH3element
public ElementSimple CH2element
public ElementSimple TSelement
public ElementSimple Aelement
public ElementSimple Oelement
public ElementSimple getOelement()
public void setOelement(ElementSimple oelement)
public ElementSimple getAelement()
public void setAelement(ElementSimple aelement)
public static SimpleElementForSimilarSpecies getInstance()
public ElementSimple getCH3element()
public void setCH3element(ElementSimple cH3element)
public ElementSimple getCH2element()
public void setCH2element(ElementSimple cH2element)
public ElementSimple getTSelement()
public void setTSelement(ElementSimple tSelement)