org.deduced
Interface EnabledPropertyCollection

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Subinterfaces:
Action, CompiledModel, DeductionRule, DefaultPropertyCollectionControllerModel, DefaultPropertyControllerModel
All Known Implementing Classes:
ActionImplementation, CompiledModelImplementation, DeductionRuleImplementation, DefaultPropertyCollectionControllerModelImplementation, DefaultPropertyControllerModelImplementation, EnabledPropertyCollectionImplementation

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

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


Field Summary
static PropertyInstanceHolder ENABLED_INSTANCE
          Variable used to hold the PropertyInstance for : enabled
static PropertyCollectionTypeHolder ENABLED_PROPERTY_COLLECTION_TYPE
          Variable used to hold the PropertyCollectionType for : enabled property collection
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 boolean isEnabled()
          Get the value of the instance : enabled
 boolean setEnabled(boolean newValue)
          Set the value of the instance : enabled
 
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

ENABLED_PROPERTY_COLLECTION_TYPE

static final PropertyCollectionTypeHolder ENABLED_PROPERTY_COLLECTION_TYPE
Variable used to hold the PropertyCollectionType for : enabled property collection


ENABLED_INSTANCE

static final PropertyInstanceHolder ENABLED_INSTANCE
Variable used to hold the PropertyInstance for : enabled

Method Detail

isEnabled

boolean isEnabled()
Get the value of the instance : enabled

Returns:
enabled

setEnabled

boolean setEnabled(boolean newValue)
Set the value of the instance : enabled

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