Package | Description |
---|---|
org.x4o.xml.core.config |
The core config interfaces and key definitions.
|
org.x4o.xml.impl.config |
The X4O Config implementation which loads the language.
|
Modifier and Type | Method and Description |
---|---|
static X4OLanguageProperty |
X4OLanguageProperty.valueByUri(String uri)
Search the enum for the value defined by the given uri.
|
static X4OLanguageProperty |
X4OLanguageProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X4OLanguageProperty[] |
X4OLanguageProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
X4OLanguageConfiguration.getLanguageProperty(X4OLanguageProperty property) |
boolean |
X4OLanguageConfiguration.getLanguagePropertyBoolean(X4OLanguageProperty property) |
int |
X4OLanguageConfiguration.getLanguagePropertyInteger(X4OLanguageProperty property) |
void |
X4OLanguageConfiguration.setLanguageProperty(X4OLanguageProperty property,
Object object) |
Modifier and Type | Method and Description |
---|---|
Object |
DefaultX4OLanguageConfiguration.getLanguageProperty(X4OLanguageProperty property) |
boolean |
DefaultX4OLanguageConfiguration.getLanguagePropertyBoolean(X4OLanguageProperty property) |
int |
DefaultX4OLanguageConfiguration.getLanguagePropertyInteger(X4OLanguageProperty property) |
void |
DefaultX4OLanguageConfiguration.setLanguageProperty(X4OLanguageProperty property,
Object value) |
Copyright © 2004-2012 X4O. All Rights Reserved.