Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected Texts |
ModelObject.documentation |
protected Texts |
Message.template |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Texts> |
ObjectFactory.createDocumentation(Texts value)
|
javax.xml.bind.JAXBElement<Texts> |
ObjectFactory.createTemplate(Texts value)
|
javax.xml.bind.JAXBElement<Texts> |
ObjectFactory.createTexts(Texts value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Texts> |
ObjectFactory.createDocumentation(Texts value)
|
javax.xml.bind.JAXBElement<Texts> |
ObjectFactory.createTemplate(Texts value)
|
javax.xml.bind.JAXBElement<Texts> |
ObjectFactory.createTexts(Texts value)
|
void |
ModelObject.setDocumentation(Texts value)
Sets the value of the documentation property.
|
void |
Message.setTemplate(Texts value)
Sets the value of the template property.
|
Constructor and Description |
---|
Texts(Texts o)
Creates a new
Texts instance by deeply copying a given Texts instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.