|
|||||||||
| 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 HasPropertySets

- public interface HasPropertySets
| Nested Class Summary | |
static class |
HasPropertySets.PropertySets_list
Inner list class for holding multiple entries for attribute propertySets. |
| Method Summary | |
void |
addToPropertySets(int position,
org.biomage.Common.NameValueType nameValueType)
Method to add NameValueType at position to PropertySets_list |
void |
addToPropertySets(org.biomage.Common.NameValueType nameValueType)
Method to add NameValueType to PropertySets_list |
org.biomage.Common.NameValueType |
getFromPropertySets(int position)
Method to get NameValueType from PropertySets_list |
HasPropertySets.PropertySets_list |
getPropertySets()
Get method for propertySets |
void |
removeElementAtFromPropertySets(int position)
Method to remove by position from PropertySets_list |
void |
removeFromPropertySets(org.biomage.Common.NameValueType nameValueType)
Method to remove first NameValueType from PropertySets_list |
void |
setPropertySets(HasPropertySets.PropertySets_list propertySets)
Set method for propertySets |
| Method Detail |
setPropertySets
public void setPropertySets(HasPropertySets.PropertySets_list propertySets)
- Set method for propertySets
getPropertySets
public HasPropertySets.PropertySets_list getPropertySets()
- Get method for propertySets
addToPropertySets
public void addToPropertySets(org.biomage.Common.NameValueType nameValueType)
- Method to add NameValueType to PropertySets_list
addToPropertySets
public void addToPropertySets(int position,
org.biomage.Common.NameValueType nameValueType)
- Method to add NameValueType at position to PropertySets_list
getFromPropertySets
public org.biomage.Common.NameValueType getFromPropertySets(int position)
- Method to get NameValueType from PropertySets_list
removeElementAtFromPropertySets
public void removeElementAtFromPropertySets(int position)
- Method to remove by position from PropertySets_list
removeFromPropertySets
public void removeFromPropertySets(org.biomage.Common.NameValueType nameValueType)
- Method to remove first NameValueType from PropertySets_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC