|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasComponentCompounds
Nested Class Summary | |
---|---|
static class |
HasComponentCompounds.ComponentCompounds_list
Inner list class for holding multiple entries for attribute componentCompounds. |
Method Summary | |
---|---|
void |
addToComponentCompounds(CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement to ComponentCompounds_list |
void |
addToComponentCompounds(int position,
CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement at position to ComponentCompounds_list |
HasComponentCompounds.ComponentCompounds_list |
getComponentCompounds()
Get method for componentCompounds |
CompoundMeasurement |
getFromComponentCompounds(int position)
Method to get CompoundMeasurement from ComponentCompounds_list |
void |
removeElementAtFromComponentCompounds(int position)
Method to remove by position from ComponentCompounds_list |
void |
removeFromComponentCompounds(CompoundMeasurement compoundMeasurement)
Method to remove first CompoundMeasurement from ComponentCompounds_list |
void |
setComponentCompounds(HasComponentCompounds.ComponentCompounds_list componentCompounds)
Set method for componentCompounds |
Method Detail |
---|
void setComponentCompounds(HasComponentCompounds.ComponentCompounds_list componentCompounds)
value
- to setHasComponentCompounds.ComponentCompounds_list getComponentCompounds()
void addToComponentCompounds(CompoundMeasurement compoundMeasurement)
void addToComponentCompounds(int position, CompoundMeasurement compoundMeasurement)
CompoundMeasurement getFromComponentCompounds(int position)
void removeElementAtFromComponentCompounds(int position)
void removeFromComponentCompounds(CompoundMeasurement compoundMeasurement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |