org.deduced.initialization.model
Interface BigDecimalInitializationModel

All Superinterfaces:
java.lang.Cloneable, InitializationModel, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Implementing Classes:
BigDecimalInitializationModelImplementation

public interface BigDecimalInitializationModel
extends InitializationModel

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


Field Summary
static PropertyCollectionTypeHolder BIG_DECIMAL_INITIALIZATION_MODEL_TYPE
          Variable used to hold the PropertyCollectionType for : big decimal initialization model
static PropertyInstanceHolder INITIAL_VALUE_INSTANCE
          Variable used to hold the PropertyInstance for : initial value
 
Fields inherited from interface org.deduced.InitializationModel
INITIALIZATION_MODEL_TYPE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 java.math.BigDecimal getInitialValue()
          Get the value of the instance : initial value
 java.math.BigDecimal setInitialValue(java.math.BigDecimal newValue)
          Set the value of the instance : initial value
 
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

BIG_DECIMAL_INITIALIZATION_MODEL_TYPE

static final PropertyCollectionTypeHolder BIG_DECIMAL_INITIALIZATION_MODEL_TYPE
Variable used to hold the PropertyCollectionType for : big decimal initialization model


INITIAL_VALUE_INSTANCE

static final PropertyInstanceHolder INITIAL_VALUE_INSTANCE
Variable used to hold the PropertyInstance for : initial value

Method Detail

getInitialValue

java.math.BigDecimal getInitialValue()
Get the value of the instance : initial value

Returns:
initial value

setInitialValue

java.math.BigDecimal setInitialValue(java.math.BigDecimal newValue)
Set the value of the instance : initial value

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