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

Packages that use ImportType
org.apache.geronimo.system.plugin.model   
 

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

Fields in org.apache.geronimo.system.plugin.model declared as ImportType
protected  ImportType DependencyType._import
           
 

Methods in org.apache.geronimo.system.plugin.model that return ImportType
static ImportType ImportType.fromValue(java.lang.String v)
           
 ImportType DependencyType.getImport()
          Gets the value of the import property.
static ImportType ImportType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImportType[] ImportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.geronimo.system.plugin.model with parameters of type ImportType
 void DependencyType.setImport(ImportType value)
          Sets the value of the import property.
 



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