org.deduced.text
Interface TextConfiguration

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

public interface TextConfiguration
extends Configuration

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


Field Summary
static PropertyInstanceHolder TEXT_BUILDER_TYPE_INSTANCE
          Variable used to hold the PropertyInstance for : text builder type
static PropertyCollectionTypeHolder TEXT_CONFIGURATION_TYPE
          Variable used to hold the PropertyCollectionType for : text configuration
 
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
 PropertyCollectionType getTextBuilderType()
          Get the value of the instance : text builder type
 PropertyCollectionType setTextBuilderType(PropertyCollectionType newValue)
          Set the value of the instance : text builder type
 
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

TEXT_CONFIGURATION_TYPE

static final PropertyCollectionTypeHolder TEXT_CONFIGURATION_TYPE
Variable used to hold the PropertyCollectionType for : text configuration


TEXT_BUILDER_TYPE_INSTANCE

static final PropertyInstanceHolder TEXT_BUILDER_TYPE_INSTANCE
Variable used to hold the PropertyInstance for : text builder type

Method Detail

getTextBuilderType

PropertyCollectionType getTextBuilderType()
Get the value of the instance : text builder type

Returns:
text builder type

setTextBuilderType

PropertyCollectionType setTextBuilderType(PropertyCollectionType newValue)
Set the value of the instance : text builder type

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