org.biomage.Interface
Interface HasNodeContents

All Known Implementing Classes:
Node

public interface HasNodeContents


Nested Class Summary
static class HasNodeContents.NodeContents_list
          Inner list class for holding multiple entries for attribute nodeContents.
 
Method Summary
 void addToNodeContents(int position, NodeContents nodeContents)
          Method to add NodeContents at position to NodeContents_list
 void addToNodeContents(NodeContents nodeContents)
          Method to add NodeContents to NodeContents_list
 NodeContents getFromNodeContents(int position)
          Method to get NodeContents from NodeContents_list
 HasNodeContents.NodeContents_list getNodeContents()
          Get method for nodeContents
 void removeElementAtFromNodeContents(int position)
          Method to remove by position from NodeContents_list
 void removeFromNodeContents(NodeContents nodeContents)
          Method to remove first NodeContents from NodeContents_list
 void setNodeContents(HasNodeContents.NodeContents_list nodeContents)
          Set method for nodeContents
 

Method Detail

setNodeContents

public void setNodeContents(HasNodeContents.NodeContents_list nodeContents)
Set method for nodeContents


getNodeContents

public HasNodeContents.NodeContents_list getNodeContents()
Get method for nodeContents

Returns:
value of the attribute

addToNodeContents

public void addToNodeContents(NodeContents nodeContents)
Method to add NodeContents to NodeContents_list


addToNodeContents

public void addToNodeContents(int position,
                              NodeContents nodeContents)
Method to add NodeContents at position to NodeContents_list


getFromNodeContents

public NodeContents getFromNodeContents(int position)
Method to get NodeContents from NodeContents_list


removeElementAtFromNodeContents

public void removeElementAtFromNodeContents(int position)
Method to remove by position from NodeContents_list


removeFromNodeContents

public void removeFromNodeContents(NodeContents nodeContents)
Method to remove first NodeContents from NodeContents_list



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