|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Interface
Interface HasParameterTypes

- public interface HasParameterTypes
| Nested Class Summary | |
static class |
HasParameterTypes.ParameterTypes_list
Inner list class for holding multiple entries for attribute parameterTypes. |
| Method Summary | |
void |
addToParameterTypes(int position,
org.biomage.Protocol.Parameter parameter)
Method to add Parameter at position to ParameterTypes_list |
void |
addToParameterTypes(org.biomage.Protocol.Parameter parameter)
Method to add Parameter to ParameterTypes_list |
org.biomage.Protocol.Parameter |
getFromParameterTypes(int position)
Method to get Parameter from ParameterTypes_list |
HasParameterTypes.ParameterTypes_list |
getParameterTypes()
Get method for parameterTypes |
void |
removeElementAtFromParameterTypes(int position)
Method to remove by position from ParameterTypes_list |
void |
removeFromParameterTypes(org.biomage.Protocol.Parameter parameter)
Method to remove first Parameter from ParameterTypes_list |
void |
setParameterTypes(HasParameterTypes.ParameterTypes_list parameterTypes)
Set method for parameterTypes |
| Method Detail |
setParameterTypes
public void setParameterTypes(HasParameterTypes.ParameterTypes_list parameterTypes)
- Set method for parameterTypes
getParameterTypes
public HasParameterTypes.ParameterTypes_list getParameterTypes()
- Get method for parameterTypes
addToParameterTypes
public void addToParameterTypes(org.biomage.Protocol.Parameter parameter)
- Method to add Parameter to ParameterTypes_list
addToParameterTypes
public void addToParameterTypes(int position,
org.biomage.Protocol.Parameter parameter)
- Method to add Parameter at position to ParameterTypes_list
getFromParameterTypes
public org.biomage.Protocol.Parameter getFromParameterTypes(int position)
- Method to get Parameter from ParameterTypes_list
removeElementAtFromParameterTypes
public void removeElementAtFromParameterTypes(int position)
- Method to remove by position from ParameterTypes_list
removeFromParameterTypes
public void removeFromParameterTypes(org.biomage.Protocol.Parameter parameter)
- Method to remove first Parameter from ParameterTypes_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC