|
||||||||||
| PREV CLASS NEXT CLASS | NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The TemplateField interface publishes the API for the fields of a Template.
It is used primarily to assert a template fact using the TemplateAssertion interface.
A field is returned by Template.findField(String).
| Method Summary | |
java.lang.String |
getName()
Get the name of this field. |
java.lang.String |
getReferences()
Get the name of the template that this field references. |
Template |
getTemplate()
Get the template that this field belongs to. |
byte |
getType()
Get the type of the field. |
| Methods inherited from interface com.haley.haleyrules.KnowledgeBaseObject |
getKnowledgeBase, release |
| Method Detail |
public java.lang.String getName()
throws EclipseException
EclipseException - if the knowledge base, template, or field has been releasedTemplate.findField(String)
public Template getTemplate()
throws EclipseException
KnowledgeBaseObject.release()
EclipseException - if the knowledge base, template, or field has been released
public java.lang.String getReferences()
throws EclipseException
EclipseException - if the knowledge base, template, or field has been released
public byte getType()
throws EclipseException
EclipseException - if the knowledge base, template, or field has been releasedTemplateFieldTypes
|
||||||||||
| PREV CLASS NEXT CLASS | NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||