org.biomage.Interface
Interface HasDescriptions

All Known Implementing Classes:
Describable

public interface HasDescriptions


Nested Class Summary
static class HasDescriptions.Descriptions_list
          Inner list class for holding multiple entries for attribute descriptions.
 
Method Summary
 void addToDescriptions(Description description)
          Method to add Description to Descriptions_list
 void addToDescriptions(int position, Description description)
          Method to add Description at position to Descriptions_list
 HasDescriptions.Descriptions_list getDescriptions()
          Get method for descriptions
 Description getFromDescriptions(int position)
          Method to get Description from Descriptions_list
 void removeElementAtFromDescriptions(int position)
          Method to remove by position from Descriptions_list
 void removeFromDescriptions(Description description)
          Method to remove first Description from Descriptions_list
 void setDescriptions(HasDescriptions.Descriptions_list descriptions)
          Set method for descriptions
 

Method Detail

setDescriptions

public void setDescriptions(HasDescriptions.Descriptions_list descriptions)
Set method for descriptions


getDescriptions

public HasDescriptions.Descriptions_list getDescriptions()
Get method for descriptions

Returns:
value of the attribute

addToDescriptions

public void addToDescriptions(Description description)
Method to add Description to Descriptions_list


addToDescriptions

public void addToDescriptions(int position,
                              Description description)
Method to add Description at position to Descriptions_list


getFromDescriptions

public Description getFromDescriptions(int position)
Method to get Description from Descriptions_list


removeElementAtFromDescriptions

public void removeElementAtFromDescriptions(int position)
Method to remove by position from Descriptions_list


removeFromDescriptions

public void removeFromDescriptions(Description description)
Method to remove first Description from Descriptions_list



Copyright (C) 2002 The MicroArray Gene Expression Database group (MGED) All rights reserved.