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

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

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

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

Methods in org.apache.aries.blueprint.jaxb that return Tvalue
 Tvalue ObjectFactory.createTvalue()
          Create an instance of Tvalue
 Tvalue TservicePropertyEntry.getValue()
          Gets the value of the value property.
 Tvalue TmapEntry.getValue()
          Gets the value of the value property.
 Tvalue Tkey.getValue()
          Gets the value of the value property.
 Tvalue Targument.getValue()
          Gets the value of the value property.
 Tvalue Tproperty.getValue()
          Gets the value of the value property.
 

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

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



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