Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.biomage.Interface
Interface HasTypes  view HasTypes download HasTypes.java


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, org.biomage.Description.OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to Types_list
 void addToTypes(org.biomage.Description.OntologyEntry ontologyEntry)
          Method to add OntologyEntry to Types_list
 org.biomage.Description.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(org.biomage.Description.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


addToTypes

public void addToTypes(org.biomage.Description.OntologyEntry ontologyEntry)
Method to add OntologyEntry to Types_list


addToTypes

public void addToTypes(int position,
                       org.biomage.Description.OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Types_list


getFromTypes

public org.biomage.Description.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(org.biomage.Description.OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Types_list