Uses of Class
org.apache.aries.blueprint.jaxb.Tmap

Packages that use Tmap
org.apache.aries.blueprint.jaxb   
 

Uses of Tmap in org.apache.aries.blueprint.jaxb
 

Fields in org.apache.aries.blueprint.jaxb declared as Tmap
protected  Tmap TservicePropertyEntry.map
           
protected  Tmap TmapEntry.map
           
protected  Tmap Tkey.map
           
protected  Tmap Targument.map
           
protected  Tmap Tproperty.map
           
 

Methods in org.apache.aries.blueprint.jaxb that return Tmap
 Tmap ObjectFactory.createTmap()
          Create an instance of Tmap
 Tmap TservicePropertyEntry.getMap()
          Gets the value of the map property.
 Tmap TmapEntry.getMap()
          Gets the value of the map property.
 Tmap Tkey.getMap()
          Gets the value of the map property.
 Tmap Targument.getMap()
          Gets the value of the map property.
 Tmap Tproperty.getMap()
          Gets the value of the map property.
 

Methods in org.apache.aries.blueprint.jaxb that return types with arguments of type Tmap
 javax.xml.bind.JAXBElement<Tmap> ObjectFactory.createTcollectionMap(Tmap value)
          Create an instance of JAXBElement<Tmap>}
 

Methods in org.apache.aries.blueprint.jaxb with parameters of type Tmap
 javax.xml.bind.JAXBElement<Tmap> ObjectFactory.createTcollectionMap(Tmap value)
          Create an instance of JAXBElement<Tmap>}
 void TservicePropertyEntry.setMap(Tmap value)
          Sets the value of the map property.
 void TmapEntry.setMap(Tmap value)
          Sets the value of the map property.
 void Tkey.setMap(Tmap value)
          Sets the value of the map property.
 void Targument.setMap(Tmap value)
          Sets the value of the map property.
 void Tproperty.setMap(Tmap value)
          Sets the value of the map property.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.