|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasQuantitationTypes
Nested Class Summary | |
---|---|
static class |
HasQuantitationTypes.QuantitationTypes_list
Inner list class for holding multiple entries for attribute quantitationTypes. |
Method Summary | |
---|---|
void |
addToQuantitationTypes(int position,
QuantitationType quantitationType)
Method to add QuantitationType at position to QuantitationTypes_list |
void |
addToQuantitationTypes(QuantitationType quantitationType)
Method to add QuantitationType to QuantitationTypes_list |
QuantitationType |
getFromQuantitationTypes(int position)
Method to get QuantitationType from QuantitationTypes_list |
HasQuantitationTypes.QuantitationTypes_list |
getQuantitationTypes()
Get method for quantitationTypes |
void |
removeElementAtFromQuantitationTypes(int position)
Method to remove by position from QuantitationTypes_list |
void |
removeFromQuantitationTypes(QuantitationType quantitationType)
Method to remove first QuantitationType from QuantitationTypes_list |
void |
setQuantitationTypes(HasQuantitationTypes.QuantitationTypes_list quantitationTypes)
Set method for quantitationTypes |
Method Detail |
---|
void setQuantitationTypes(HasQuantitationTypes.QuantitationTypes_list quantitationTypes)
value
- to setHasQuantitationTypes.QuantitationTypes_list getQuantitationTypes()
void addToQuantitationTypes(QuantitationType quantitationType)
void addToQuantitationTypes(int position, QuantitationType quantitationType)
QuantitationType getFromQuantitationTypes(int position)
void removeElementAtFromQuantitationTypes(int position)
void removeFromQuantitationTypes(QuantitationType quantitationType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |