fr.curie.BiNoM.cytoscape.biopax.propedit
Class BioPAXIntegerAttrDesc
java.lang.Object
fr.curie.BiNoM.cytoscape.biopax.propedit.BioPAXAttrDesc
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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