|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyCollectionType
Interface used to represent the type : property collection type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Field Summary | |
---|---|
static PropertyCollectionListInstanceHolder |
ACTION_LIST_INSTANCE
Variable used to hold the PropertyInstance for : action list |
static PropertyCollectionListInstanceHolder |
DEDUCTION_RULE_LIST_INSTANCE
Variable used to hold the PropertyInstance for : deduction rule list |
static PropertyCollectionListInstanceHolder |
PARENT_LIST_INSTANCE
Variable used to hold the PropertyInstance for : parent list |
static PropertyCollectionTypeHolder |
PROPERTY_COLLECTION_TYPE_TYPE
Variable used to hold the PropertyCollectionType for : property collection type |
static PropertyCollectionListInstanceHolder |
PROPERTY_INSTANCE_LIST_INSTANCE
Variable used to hold the PropertyInstance for : property instance list |
Fields inherited from interface org.deduced.PropertyType |
---|
PROPERTY_TYPE_TYPE |
Fields inherited from interface org.deduced.NamedPropertyCollection |
---|
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE |
Fields inherited from interface org.deduced.DocumentedCollection |
---|
DOCUMENTATION_INSTANCE, DOCUMENTED_COLLECTION_TYPE |
Fields inherited from interface org.deduced.PropertyCollection |
---|
PROPERTY_COLLECTION_TYPE |
Method Summary | |
---|---|
PropertyList |
getActionList()
Get the value of the instance : action list |
PropertyList |
getDeductionRuleList()
Get the value of the instance : deduction rule list |
PropertyList |
getParentList()
Get the value of the instance : parent list |
PropertyList |
getPropertyInstanceList()
Get the value of the instance : property instance list |
PropertyList |
setActionList(PropertyList newValue)
Set the value of the instance : action list |
PropertyList |
setDeductionRuleList(PropertyList newValue)
Set the value of the instance : deduction rule list |
PropertyList |
setParentList(PropertyList newValue)
Set the value of the instance : parent list |
PropertyList |
setPropertyInstanceList(PropertyList newValue)
Set the value of the instance : property instance list |
Methods inherited from interface org.deduced.NamedPropertyCollection |
---|
getName, setName |
Methods inherited from interface org.deduced.DocumentedCollection |
---|
getDocumentation, setDocumentation |
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 |
---|
static final PropertyCollectionTypeHolder PROPERTY_COLLECTION_TYPE_TYPE
static final PropertyCollectionListInstanceHolder PARENT_LIST_INSTANCE
static final PropertyCollectionListInstanceHolder PROPERTY_INSTANCE_LIST_INSTANCE
static final PropertyCollectionListInstanceHolder DEDUCTION_RULE_LIST_INSTANCE
static final PropertyCollectionListInstanceHolder ACTION_LIST_INSTANCE
Method Detail |
---|
PropertyList getParentList()
PropertyList setParentList(PropertyList newValue)
newValue
- new parent list
PropertyList getPropertyInstanceList()
PropertyList setPropertyInstanceList(PropertyList newValue)
newValue
- new property instance list
PropertyList getDeductionRuleList()
PropertyList setDeductionRuleList(PropertyList newValue)
newValue
- new deduction rule list
PropertyList getActionList()
PropertyList setActionList(PropertyList newValue)
newValue
- new action list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |