wt.enterprise
Class CopyMultiRules.CopyMultiRuleSet

java.lang.Object
  extended bywt.enterprise.CopyMultiRules.CopyMultiRuleSet
Enclosing class:
CopyMultiRules

private class CopyMultiRules.CopyMultiRuleSet
extends Object


Field Summary
private  Vector ruleSet
           
 
Constructor Summary
(package private) CopyMultiRules.CopyMultiRuleSet()
           
(package private) CopyMultiRules.CopyMultiRuleSet(CopyMultiRules.CopyMultiRule copy_rule)
           
 
Method Summary
(package private)  void addRule(Vector copy_rules, Class cls, String typ, String val)
           
(package private)  void addRuleToSet(CopyMultiRules.CopyMultiRule copy_rule)
           
(package private)  CopyMultiRules.CopyMultiRule getContentRule()
           
(package private)  boolean getContentValue()
           
(package private)  Vector getRelationshipRoles(Class relationship)
           
(package private)  CopyMultiRules.CopyMultiRule getRelationshipRule(Class relationship)
           
(package private)  Vector getRelationships()
           
(package private)  boolean getRelationshipValue(Class relationship, String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleSet

private Vector ruleSet
Constructor Detail

CopyMultiRules.CopyMultiRuleSet

CopyMultiRules.CopyMultiRuleSet()

CopyMultiRules.CopyMultiRuleSet

CopyMultiRules.CopyMultiRuleSet(CopyMultiRules.CopyMultiRule copy_rule)
Method Detail

addRuleToSet

void addRuleToSet(CopyMultiRules.CopyMultiRule copy_rule)

getContentValue

boolean getContentValue()

getContentRule

CopyMultiRules.CopyMultiRule getContentRule()

getRelationships

Vector getRelationships()

getRelationshipValue

boolean getRelationshipValue(Class relationship,
                             String role)

getRelationshipRoles

Vector getRelationshipRoles(Class relationship)

getRelationshipRule

CopyMultiRules.CopyMultiRule getRelationshipRule(Class relationship)

addRule

void addRule(Vector copy_rules,
             Class cls,
             String typ,
             String val)
       throws WTException
Throws:
WTException