Uses of Class
org.jomc.model.Texts

Packages that use Texts
org.jomc.model Object management and configuration model classes. 
 

Uses of Texts in org.jomc.model
 

Fields in org.jomc.model declared as Texts
protected  Texts ModelObject.documentation
           
protected  Texts Message.template
           
 

Methods in org.jomc.model that return Texts
 Texts Texts.clone()
          Creates and returns a deep copy of this object.
 Texts ObjectFactory.createTexts()
          Create an instance of Texts
 Texts ModelObject.getDocumentation()
          Documentation of this object or null.
 Texts Message.getTemplate()
          The localizable template of this message.
 

Methods in org.jomc.model that return types with arguments of type Texts
 javax.xml.bind.JAXBElement<Texts> ObjectFactory.createDocumentation(Texts value)
          Create an instance of JAXBElement<Texts>}
 javax.xml.bind.JAXBElement<Texts> ObjectFactory.createTemplate(Texts value)
          Create an instance of JAXBElement<Texts>}
 javax.xml.bind.JAXBElement<Texts> ObjectFactory.createTexts(Texts value)
          Create an instance of JAXBElement<Texts>}
 

Methods in org.jomc.model with parameters of type Texts
 javax.xml.bind.JAXBElement<Texts> ObjectFactory.createDocumentation(Texts value)
          Create an instance of JAXBElement<Texts>}
 javax.xml.bind.JAXBElement<Texts> ObjectFactory.createTemplate(Texts value)
          Create an instance of JAXBElement<Texts>}
 javax.xml.bind.JAXBElement<Texts> ObjectFactory.createTexts(Texts value)
          Create an instance of JAXBElement<Texts>}
 void ModelObject.setDocumentation(Texts value)
          Sets the value of the documentation property.
 void Message.setTemplate(Texts value)
          Sets the value of the template property.
 

Constructors in org.jomc.model with parameters of type Texts
Texts(Texts o)
          Creates a new Texts instance by deeply copying a given Texts instance.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.