org.deduced.text
Interface AbstractTextCollection

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Subinterfaces:
AbstractTextBuilder, FormattedMultilanguageTextBuilder, LanguageSpecificTextConfiguration, MultilanguageTextBuilder
All Known Implementing Classes:
AbstractTextBuilderImplementation, AbstractTextCollectionImplementation, FormattedMultilanguageTextBuilderImplementation, LanguageSpecificTextConfigurationImplementation, MultilanguageTextBuilderImplementation

public interface AbstractTextCollection
extends PropertyCollection<java.lang.Object,java.lang.Object>

Interface used to represent the type : abstract text collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm


Field Summary
static PropertyCollectionTypeHolder ABSTRACT_TEXT_COLLECTION_TYPE
          Variable used to hold the PropertyCollectionType for : abstract text collection
static PropertyInstanceHolder TEXT_INSTANCE
          Variable used to hold the PropertyInstance for : text
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 java.lang.String getText()
          Get the value of the instance : text
 java.lang.String setText(java.lang.String newValue)
          Set the value of the instance : text
 
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

ABSTRACT_TEXT_COLLECTION_TYPE

static final PropertyCollectionTypeHolder ABSTRACT_TEXT_COLLECTION_TYPE
Variable used to hold the PropertyCollectionType for : abstract text collection


TEXT_INSTANCE

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

Method Detail

getText

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

Returns:
text

setText

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

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