Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Text> |
Texts.text |
Modifier and Type | Method and Description |
---|---|
Text |
Text.clone()
Creates and returns a deep copy of this object.
|
Text |
ObjectFactory.createText()
Create an instance of
Text |
Text |
Texts.getText(Locale locale)
Gets a text for a given locale from the list of texts.
|
Text |
Texts.getText(String language)
Gets a text for a given language from the list of texts.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Text> |
ObjectFactory.createText(Text value)
|
List<Text> |
Texts.getText()
Gets the value of the text property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Text> |
ObjectFactory.createText(Text value)
|
Constructor and Description |
---|
Text(Text o)
Creates a new
Text instance by deeply copying a given Text instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.