Uses of Class
tico.rules.TAttribute

Packages that use TAttribute
tico.rules   
tico.rules.database   
 

Uses of TAttribute in tico.rules
 

Fields in tico.rules with type parameters of type TAttribute
 java.util.Vector<TAttribute> TGenerateRules.attributeList
           
 

Methods in tico.rules that return TAttribute
 TAttribute TRule.getAttribute()
          Returns the rule attribute.
 TAttribute TLimitation.getAttribute(int index)
          Returs the limitation attribute in the specified index.
 TAttribute TUser.getAttribute(int index)
          Returs the user attribute in the specified index.
 TAttribute TLimitation.getAttribute(java.lang.String name)
          Returs the limitation attribute with the specified name.
 TAttribute TUser.getAttribute(java.lang.String name)
          Returs the user attribute with the specified name.
 TAttribute TRule.getAttribute2()
          Returns the rule attribute2.
 TAttribute TRule.getParameter()
          Returns the rule paramter.
 

Methods in tico.rules with parameters of type TAttribute
 void TLimitation.addAttribute(TAttribute attribute)
          Add an attribute to the limitation.
 void TUser.addAttribute(TAttribute attribute)
          Add an attribute to the user.
 void TLimitation.removeAttribute(TAttribute attribute)
          Removes the specified attribute from the limitation.
 void TUser.removeAttribute(TAttribute attribute)
          Removes the specified attribute from the user.
 void TRule.setAttribute(TAttribute attribute)
          Sets the rule attribute.
 void TRule.setAttribute2(TAttribute attribute2)
          Sets the rule attribute2.
 void TRule.setParameter(TAttribute parameter)
          Sets the rule parameter.
 

Constructors in tico.rules with parameters of type TAttribute
TRule(java.lang.String name, java.lang.String nameXML, TAttribute attribute, TAttribute attribute2, TAttribute parameter, java.lang.String function, java.lang.String functionXML, java.lang.String message, java.lang.String messageXML)
          Creates a new empty TRule with the specified initial name, nameXML, attribute, attribute2, parameter, function, functionXML and messageXML.
 

Uses of TAttribute in tico.rules.database
 

Methods in tico.rules.database that return types with arguments of type TAttribute
 java.util.Vector<TAttribute> TLoadParameter.loadAllParameters()
           
 

Method parameters in tico.rules.database with type arguments of type TAttribute
 java.util.Vector<TRule> TLoadRule.loadRulesByType(java.lang.String option, java.util.Vector<TAttribute> attributeList)