Uses of Class
org.n52.operation.cropmodeling.PlantOrgan.OrganName

Packages that use PlantOrgan.OrganName
org.n52.operation.cropmodeling   
 

Uses of PlantOrgan.OrganName in org.n52.operation.cropmodeling
 

Methods in org.n52.operation.cropmodeling that return PlantOrgan.OrganName
 PlantOrgan.OrganName PlantOrgan.getType()
           
static PlantOrgan.OrganName PlantOrgan.OrganName.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlantOrgan.OrganName[] PlantOrgan.OrganName.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.n52.operation.cropmodeling with parameters of type PlantOrgan.OrganName
 PlantOrgan Crop.getOrgan(PlantOrgan.OrganName name)
           
 void PlantOrgan.setType(PlantOrgan.OrganName newOrganName)
           
 

Constructors in org.n52.operation.cropmodeling with parameters of type PlantOrgan.OrganName
PlantOrgan(PlantOrgan.OrganName PType)