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

Packages that use AttributeType
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.plugin.model   
 

Uses of AttributeType in org.apache.geronimo.system.configuration
 

Methods in org.apache.geronimo.system.configuration that return AttributeType
static AttributeType AttributesXmlUtil.loadAttribute(Reader in)
           
 

Methods in org.apache.geronimo.system.configuration with parameters of type AttributeType
static String AttributesXmlUtil.extractAttributeValue(AttributeType attr)
           
static void AttributesXmlUtil.writeAttribute(AttributeType metadata, Writer out)
           
 

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

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

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type AttributeType
 JAXBElement<AttributeType> ObjectFactory.createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 

Methods in org.apache.geronimo.system.plugin.model with parameters of type AttributeType
 JAXBElement<AttributeType> ObjectFactory.createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 



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