|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeductionRule
Interface used to represent the type : deduction rule 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 PropertyInstanceHolder |
COMPILE_ERROR_INSTANCE
Variable used to hold the PropertyInstance for : compile error |
static PropertyInstanceHolder |
COMPILE_OUTPUT_INSTANCE
Variable used to hold the PropertyInstance for : compile output |
static PropertyCollectionTypeHolder |
DEDUCTION_RULE_TYPE
Variable used to hold the PropertyCollectionType for : deduction rule |
static PropertyCollectionListInstanceHolder |
INPUT_LIST_INSTANCE
Variable used to hold the PropertyInstance for : input list |
static PropertyInstanceHolder |
LAST_EXCEPTION_INSTANCE
Variable used to hold the PropertyInstance for : last exception |
static PropertyInstanceHolder |
OUTPUT_INSTANCE
Variable used to hold the PropertyInstance for : output |
Fields inherited from interface org.deduced.NamedPropertyCollection |
---|
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE |
Fields inherited from interface org.deduced.EnabledPropertyCollection |
---|
ENABLED_INSTANCE, ENABLED_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 | |
---|---|
java.lang.String |
getCode()
Get the value of the instance : code |
java.lang.String |
getCompileError()
Get the value of the instance : compile error |
java.lang.String |
getCompileOutput()
Get the value of the instance : compile output |
PropertyList |
getInputList()
Get the value of the instance : input list |
java.lang.String |
getLastException()
Get the value of the instance : last exception |
InstanceReference |
getOutput()
Get the value of the instance : output |
java.lang.String |
setCode(java.lang.String newValue)
Set the value of the instance : code |
java.lang.String |
setCompileError(java.lang.String newValue)
Set the value of the instance : compile error |
java.lang.String |
setCompileOutput(java.lang.String newValue)
Set the value of the instance : compile output |
PropertyList |
setInputList(PropertyList newValue)
Set the value of the instance : input list |
java.lang.String |
setLastException(java.lang.String newValue)
Set the value of the instance : last exception |
InstanceReference |
setOutput(InstanceReference newValue)
Set the value of the instance : output |
Methods inherited from interface org.deduced.NamedPropertyCollection |
---|
getName, setName |
Methods inherited from interface org.deduced.EnabledPropertyCollection |
---|
isEnabled, setEnabled |
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, instanceKey, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setParent, setProperty, size, type, valueKey |
Field Detail |
---|
static final PropertyCollectionTypeHolder DEDUCTION_RULE_TYPE
static final PropertyInstanceHolder CODE_INSTANCE
static final PropertyInstanceHolder COMPILE_ERROR_INSTANCE
static final PropertyInstanceHolder COMPILE_OUTPUT_INSTANCE
static final PropertyInstanceHolder LAST_EXCEPTION_INSTANCE
static final PropertyInstanceHolder OUTPUT_INSTANCE
static final PropertyCollectionListInstanceHolder INPUT_LIST_INSTANCE
Method Detail |
---|
java.lang.String getCode()
java.lang.String setCode(java.lang.String newValue)
newValue
- new code
java.lang.String getCompileError()
java.lang.String setCompileError(java.lang.String newValue)
newValue
- new compile error
java.lang.String getCompileOutput()
java.lang.String setCompileOutput(java.lang.String newValue)
newValue
- new compile output
java.lang.String getLastException()
java.lang.String setLastException(java.lang.String newValue)
newValue
- new last exception
InstanceReference getOutput()
InstanceReference setOutput(InstanceReference newValue)
newValue
- new output
PropertyList getInputList()
PropertyList setInputList(PropertyList newValue)
newValue
- new input list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |