Uses of Class
com.banda.chemistry.domain.AcSpeciesType

Packages that use AcSpeciesType
com.banda.chemistry.domain   
 

Uses of AcSpeciesType in com.banda.chemistry.domain
 

Methods in com.banda.chemistry.domain that return AcSpeciesType
static AcSpeciesType AcSpeciesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AcSpeciesType[] AcSpeciesType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.banda.chemistry.domain with parameters of type AcSpeciesType
 void AcSpeciesSet.addSpeciesToGroup(AcSpeciesType type, AcSpecies species)
           
 Collection<AcSpecies> AcSpeciesSet.getOwnAndInheritedSpecies(AcSpeciesType type)
           
 Collection<AcSpecies> AcSpeciesSet.getSpecies(AcSpeciesType type)
           
 AcSpeciesGroup AcSpeciesSet.getSpeciesGroup(AcSpeciesType type)
           
 int AcSpeciesSet.getSpeciesNumber(AcSpeciesType type)
           
 boolean AcSpeciesSet.hasSpecies(AcSpeciesType type)
           
 



Copyright © 2013. All Rights Reserved.