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
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 |
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
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