Uses of Class
org.apache.geronimo.system.plugin.model.LicenseType

Packages that use LicenseType
org.apache.geronimo.console.car   
org.apache.geronimo.system.plugin.model   
 

Uses of LicenseType in org.apache.geronimo.console.car
 

Fields in org.apache.geronimo.console.car with type parameters of type LicenseType
protected  List<LicenseType> PluginInfoBean.license
           
 

Methods in org.apache.geronimo.console.car that return types with arguments of type LicenseType
 List<LicenseType> PluginInfoBean.getLicense()
           
 

Method parameters in org.apache.geronimo.console.car with type arguments of type LicenseType
 void PluginInfoBean.setLicense(List<LicenseType> license)
           
 

Uses of LicenseType in org.apache.geronimo.system.plugin.model
 

Fields in org.apache.geronimo.system.plugin.model with type parameters of type LicenseType
protected  List<LicenseType> PluginType.license
           
 

Methods in org.apache.geronimo.system.plugin.model that return LicenseType
 LicenseType ObjectFactory.createLicenseType()
          Create an instance of LicenseType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type LicenseType
 List<LicenseType> PluginType.getLicense()
          Gets the value of the license property.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.