org.biomage.Interface
Interface HasTypes

All Known Implementing Classes:
DesignElementGroup, ExperimentDesign

public interface HasTypes


Nested Class Summary
static class HasTypes.Types_list
          Inner list class for holding multiple entries for attribute types.
 
Method Summary
 void addToTypes(int position, OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to Types_list
 void addToTypes(OntologyEntry ontologyEntry)
          Method to add OntologyEntry to Types_list
 OntologyEntry getFromTypes(int position)
          Method to get OntologyEntry from Types_list
 HasTypes.Types_list getTypes()
          Get method for types
 void removeElementAtFromTypes(int position)
          Method to remove by position from Types_list
 void removeFromTypes(OntologyEntry ontologyEntry)
          Method to remove first OntologyEntry from Types_list
 void setTypes(HasTypes.Types_list types)
          Set method for types
 

Method Detail

setTypes

public void setTypes(HasTypes.Types_list types)
Set method for types


getTypes

public HasTypes.Types_list getTypes()
Get method for types

Returns:
value of the attribute

addToTypes

public void addToTypes(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Types_list


addToTypes

public void addToTypes(int position,
                       OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Types_list


getFromTypes

public OntologyEntry getFromTypes(int position)
Method to get OntologyEntry from Types_list


removeElementAtFromTypes

public void removeElementAtFromTypes(int position)
Method to remove by position from Types_list


removeFromTypes

public void removeFromTypes(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Types_list



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