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

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

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

Fields in org.apache.geronimo.console.car with type parameters of type PropertyType
protected  List<PropertyType> PluginInfoBean.artifactAlias
           
protected  List<PropertyType> PluginInfoBean.configSubstitution
           
 

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

Method parameters in org.apache.geronimo.console.car with type arguments of type PropertyType
 void PluginInfoBean.setArtifactAlias(List<PropertyType> artifactAlias)
           
 void PluginInfoBean.setConfigSubstitution(List<PropertyType> configSubstitution)
           
 

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

Fields in org.apache.geronimo.system.plugin.model with type parameters of type PropertyType
protected  List<PropertyType> PluginArtifactType.artifactAlias
           
protected  List<PropertyType> PluginArtifactType.configSubstitution
           
 

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

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type PropertyType
 List<PropertyType> PluginArtifactType.getArtifactAlias()
          Gets the value of the artifactAlias property.
 List<PropertyType> PluginArtifactType.getConfigSubstitution()
          Gets the value of the configSubstitution property.
 



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