org.deduced
Interface Utilities

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

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

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


Field Summary
static PropertyInstanceHolder ALL_PROPERTY_VALUES_INSTANCE
          Variable used to hold the PropertyInstance for : all property values
static PropertyCollectionTypeHolder UTILITIES_TYPE
          Variable used to hold the PropertyCollectionType for : utilities
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 java.lang.Object getAllPropertyValues()
          Get the value of the instance : all property values
 java.lang.Object setAllPropertyValues(java.lang.Object newValue)
          Set the value of the instance : all property values
 
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

UTILITIES_TYPE

static final PropertyCollectionTypeHolder UTILITIES_TYPE
Variable used to hold the PropertyCollectionType for : utilities


ALL_PROPERTY_VALUES_INSTANCE

static final PropertyInstanceHolder ALL_PROPERTY_VALUES_INSTANCE
Variable used to hold the PropertyInstance for : all property values

Method Detail

getAllPropertyValues

java.lang.Object getAllPropertyValues()
Get the value of the instance : all property values

Returns:
all property values

setAllPropertyValues

java.lang.Object setAllPropertyValues(java.lang.Object newValue)
Set the value of the instance : all property values

Parameters:
newValue - new all property values
Returns:
all property values value after the change