Uses of Class
org.biopax.paxtools.model.level3.ConversionDirectionType

Packages that use ConversionDirectionType
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of ConversionDirectionType in org.biopax.paxtools.impl.level3
 

Methods in org.biopax.paxtools.impl.level3 that return ConversionDirectionType
 ConversionDirectionType ConversionImpl.getConversionDirection()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type ConversionDirectionType
 void ConversionImpl.setConversionDirection(ConversionDirectionType spontanousType)
           
 

Uses of ConversionDirectionType in org.biopax.paxtools.model.level3
 

Methods in org.biopax.paxtools.model.level3 that return ConversionDirectionType
 ConversionDirectionType Conversion.getConversionDirection()
          This property represents the direction of the reaction.
static ConversionDirectionType ConversionDirectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConversionDirectionType[] ConversionDirectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type ConversionDirectionType
 void Conversion.setConversionDirection(ConversionDirectionType conversionDirection)
          This property represents the direction of the reaction.
 



Copyright © 2011 BioPAX. All Rights Reserved.