fr.curie.BiNoM.cytoscape.biopax.propedit
Class BioPAXIntegerAttrDesc

java.lang.Object
  extended by fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXAttrDesc
      extended by fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXIntegerAttrDesc

public class BioPAXIntegerAttrDesc
extends BioPAXAttrDesc


Constructor Summary
BioPAXIntegerAttrDesc(BioPAXClassDesc clsDesc, java.lang.String name, java.util.Vector<fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXAttrDesc.CMethod> getMthV, java.util.Vector<fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXAttrDesc.CMethod> setMthV)
           
 
Method Summary
 java.lang.String getElementType()
           
 java.util.Iterator getObjectIterator(BioPAXObject obj)
           
 com.ibm.adtech.jastor.Thing getObjectValue(BioPAXObject obj)
           
 java.util.Iterator getStringIterator(BioPAXObject obj)
           
 java.lang.String getStringValue(BioPAXObject obj)
           
 java.lang.Integer getValue(BioPAXObject obj)
           
 void setValue(BioPAXObject obj, java.lang.Integer value)
           
 java.lang.String toString()
           
 
Methods inherited from class fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXAttrDesc
addValue, getClassDesc, getEditPanelAction, getMetaType, getName, makeEditPanel, removeValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BioPAXIntegerAttrDesc

public BioPAXIntegerAttrDesc(BioPAXClassDesc clsDesc,
                             java.lang.String name,
                             java.util.Vector<fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXAttrDesc.CMethod> getMthV,
                             java.util.Vector<fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXAttrDesc.CMethod> setMthV)
Method Detail

getValue

public java.lang.Integer getValue(BioPAXObject obj)
Specified by:
getValue in class BioPAXAttrDesc

setValue

public void setValue(BioPAXObject obj,
                     java.lang.Integer value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getElementType

public java.lang.String getElementType()
Specified by:
getElementType in class BioPAXAttrDesc

getStringValue

public java.lang.String getStringValue(BioPAXObject obj)
Specified by:
getStringValue in class BioPAXAttrDesc

getObjectValue

public com.ibm.adtech.jastor.Thing getObjectValue(BioPAXObject obj)
Specified by:
getObjectValue in class BioPAXAttrDesc

getStringIterator

public java.util.Iterator getStringIterator(BioPAXObject obj)
Specified by:
getStringIterator in class BioPAXAttrDesc

getObjectIterator

public java.util.Iterator getObjectIterator(BioPAXObject obj)
Specified by:
getObjectIterator in class BioPAXAttrDesc