|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultilanguageTextConfiguration

Interface used to represent the type : multi-language text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
| Field Summary | |
|---|---|
static PropertyInstanceHolder |
DEFAULT_TEXT_INSTANCE
Variable used to hold the PropertyInstance for : default text |
static PropertyCollectionListInstanceHolder |
LANGUAGE_SPECIFIC_TEXT_CONFIGURATION_LIST_INSTANCE
Variable used to hold the PropertyInstance for : language specific text configuration list |
static PropertyCollectionTypeHolder |
MULTILANGUAGE_TEXT_CONFIGURATION_TYPE
Variable used to hold the PropertyCollectionType for : multi-language text configuration |
| Fields inherited from interface org.deduced.text.TextConfiguration |
|---|
TEXT_BUILDER_TYPE_INSTANCE, TEXT_CONFIGURATION_TYPE |
| Fields inherited from interface org.deduced.Configuration |
|---|
CONFIGURATION_TYPE |
| Fields inherited from interface org.deduced.NamedPropertyCollection |
|---|
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE |
| Fields inherited from interface org.deduced.PropertyCollection |
|---|
PROPERTY_COLLECTION_TYPE |
| Method Summary | |
|---|---|
java.lang.String |
getDefaultText()
Get the value of the instance : default text |
PropertyList |
getLanguageSpecificTextConfigurationList()
Get the value of the instance : language specific text configuration list |
java.lang.String |
setDefaultText(java.lang.String newValue)
Set the value of the instance : default text |
PropertyList |
setLanguageSpecificTextConfigurationList(PropertyList newValue)
Set the value of the instance : language specific text configuration list |
| Methods inherited from interface org.deduced.text.TextConfiguration |
|---|
getTextBuilderType, setTextBuilderType |
| Methods inherited from interface org.deduced.NamedPropertyCollection |
|---|
getName, setName |
| Methods inherited from interface org.deduced.PropertyCollection |
|---|
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey |
| Field Detail |
|---|
static final PropertyCollectionTypeHolder MULTILANGUAGE_TEXT_CONFIGURATION_TYPE
static final PropertyInstanceHolder DEFAULT_TEXT_INSTANCE
static final PropertyCollectionListInstanceHolder LANGUAGE_SPECIFIC_TEXT_CONFIGURATION_LIST_INSTANCE
| Method Detail |
|---|
java.lang.String getDefaultText()
java.lang.String setDefaultText(java.lang.String newValue)
newValue - new default text
PropertyList getLanguageSpecificTextConfigurationList()
PropertyList setLanguageSpecificTextConfigurationList(PropertyList newValue)
newValue - new language specific text configuration list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||