|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasBioAssayFactorValues
Nested Class Summary | |
---|---|
static class |
HasBioAssayFactorValues.BioAssayFactorValues_list
Inner list class for holding multiple entries for attribute bioAssayFactorValues. |
Method Summary | |
---|---|
void |
addToBioAssayFactorValues(FactorValue factorValue)
Method to add FactorValue to BioAssayFactorValues_list |
void |
addToBioAssayFactorValues(int position,
FactorValue factorValue)
Method to add FactorValue at position to BioAssayFactorValues_list |
HasBioAssayFactorValues.BioAssayFactorValues_list |
getBioAssayFactorValues()
Get method for bioAssayFactorValues |
FactorValue |
getFromBioAssayFactorValues(int position)
Method to get FactorValue from BioAssayFactorValues_list |
void |
removeElementAtFromBioAssayFactorValues(int position)
Method to remove by position from BioAssayFactorValues_list |
void |
removeFromBioAssayFactorValues(FactorValue factorValue)
Method to remove first FactorValue from BioAssayFactorValues_list |
void |
setBioAssayFactorValues(HasBioAssayFactorValues.BioAssayFactorValues_list bioAssayFactorValues)
Set method for bioAssayFactorValues |
Method Detail |
---|
void setBioAssayFactorValues(HasBioAssayFactorValues.BioAssayFactorValues_list bioAssayFactorValues)
value
- to setHasBioAssayFactorValues.BioAssayFactorValues_list getBioAssayFactorValues()
void addToBioAssayFactorValues(FactorValue factorValue)
void addToBioAssayFactorValues(int position, FactorValue factorValue)
FactorValue getFromBioAssayFactorValues(int position)
void removeElementAtFromBioAssayFactorValues(int position)
void removeFromBioAssayFactorValues(FactorValue factorValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |