Package | Description |
---|---|
org.openestate.io.kyero |
Read and write XML data in Kyero format.
|
org.openestate.io.kyero.xml |
Generated JAXB classes to read and write Kyero-XML data.
|
Modifier and Type | Method and Description |
---|---|
static void |
KyeroLanguage.clear(LangType container)
Removes all translations from a
LangType object. |
static KyeroLanguage[] |
KyeroLanguage.getLanguages(LangType container)
Returns languages, that have a translation in a
LangType container. |
String |
KyeroLanguage.getText(LangType container)
Returns the translation from a
LangType container for this
language. |
static String |
KyeroLanguage.getText(LangType container,
KyeroLanguage language)
Returns the translation from a
LangType container for a language. |
void |
KyeroLanguage.setText(LangType container,
String txt)
Sets the translation for this language in a
LangType container. |
static void |
KyeroLanguage.setText(LangType container,
String txt,
KyeroLanguage language)
Sets the translation for a language in a
LangType container. |
Modifier and Type | Field and Description |
---|---|
protected LangType |
PropertyType.desc |
protected LangType |
ImagesType.Image.title |
Modifier and Type | Method and Description |
---|---|
LangType |
ObjectFactory.createLangType()
Create an instance of
LangType |
LangType |
PropertyType.getDesc()
Gets the value of the desc property.
|
LangType |
ImagesType.Image.getTitle()
Gets the value of the title property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyType.setDesc(LangType value)
Sets the value of the desc property.
|
void |
ImagesType.Image.setTitle(LangType value)
Sets the value of the title property.
|
Copyright © 2017 OpenEstate. All rights reserved.