org.deduced.text
Interface MultilanguageTextConfiguration

All Superinterfaces:
java.lang.Cloneable, Configuration, NamedPropertyCollection, PropertyCollection<java.lang.Object,java.lang.Object>, TextConfiguration
All Known Implementing Classes:
MultilanguageTextConfigurationImplementation

public interface MultilanguageTextConfiguration
extends TextConfiguration

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

MULTILANGUAGE_TEXT_CONFIGURATION_TYPE

static final PropertyCollectionTypeHolder MULTILANGUAGE_TEXT_CONFIGURATION_TYPE
Variable used to hold the PropertyCollectionType for : multi-language text configuration


DEFAULT_TEXT_INSTANCE

static final PropertyInstanceHolder DEFAULT_TEXT_INSTANCE
Variable used to hold the PropertyInstance for : default text


LANGUAGE_SPECIFIC_TEXT_CONFIGURATION_LIST_INSTANCE

static final PropertyCollectionListInstanceHolder LANGUAGE_SPECIFIC_TEXT_CONFIGURATION_LIST_INSTANCE
Variable used to hold the PropertyInstance for : language specific text configuration list

Method Detail

getDefaultText

java.lang.String getDefaultText()
Get the value of the instance : default text

Returns:
default text

setDefaultText

java.lang.String setDefaultText(java.lang.String newValue)
Set the value of the instance : default text

Parameters:
newValue - new default text
Returns:
default text value after the change

getLanguageSpecificTextConfigurationList

PropertyList getLanguageSpecificTextConfigurationList()
Get the value of the instance : language specific text configuration list

Returns:
language specific text configuration list

setLanguageSpecificTextConfigurationList

PropertyList setLanguageSpecificTextConfigurationList(PropertyList newValue)
Set the value of the instance : language specific text configuration list

Parameters:
newValue - new language specific text configuration list
Returns:
language specific text configuration list value after the change