org.deduced.text
Interface Language

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

public interface Language
extends NamedPropertyCollection

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


Field Summary
static PropertyInstanceHolder CODE_INSTANCE
          Variable used to hold the PropertyInstance for : code
static PropertyCollectionTypeHolder LANGUAGE_TYPE
          Variable used to hold the PropertyCollectionType for : language
 
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 getCode()
          Get the value of the instance : code
 java.lang.String setCode(java.lang.String newValue)
          Set the value of the instance : code
 
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

LANGUAGE_TYPE

static final PropertyCollectionTypeHolder LANGUAGE_TYPE
Variable used to hold the PropertyCollectionType for : language


CODE_INSTANCE

static final PropertyInstanceHolder CODE_INSTANCE
Variable used to hold the PropertyInstance for : code

Method Detail

getCode

java.lang.String getCode()
Get the value of the instance : code

Returns:
code

setCode

java.lang.String setCode(java.lang.String newValue)
Set the value of the instance : code

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