ABLE 2.0.0 07/02/2003 10:25:01

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.


Field Summary
static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Method Detail

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)

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003