com.ibm.able.rules
Interface AbleTemplate
- All Known Implementing Classes:
- AbleRuleSetTemplate, AbleRuleTemplate
- public interface AbleTemplate
This interface defines the behavior for all ABLE rule
template classes.
Method Summary |
java.lang.String |
getArlString()
Retrieve the ARL text string (of the underlying ruleset or rule object) |
java.lang.String |
getComment()
Retrieve the description or comment field of the template (of the underlying ruleset or rule object) |
java.lang.String |
getName()
Retrieve the name of the template (of the underlying ruleset or rule object) |
java.lang.Object[] |
getTemplateVars()
Retrieve the template variables for this template object |
serialVersionUID
public static final long serialVersionUID
getTemplateVars
public java.lang.Object[] getTemplateVars()
throws AbleDataException
- Retrieve the template variables for this template object
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Retrieve the name of the template (of the underlying ruleset or rule object)
getComment
public java.lang.String getComment()
throws java.rmi.RemoteException
- Retrieve the description or comment field of the template (of the underlying ruleset or rule object)
getArlString
public java.lang.String getArlString()
throws AbleDataException
- Retrieve the ARL text string (of the underlying ruleset or rule object)
(C) Copyright IBM Corporation 1999, 2003