wt.enterprise
Class CopyMultiRules.CopyMultiRule

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

private class CopyMultiRules.CopyMultiRule
extends Object


Field Summary
private  boolean bValue
           
private  Class cValue
           
private  Vector roles
           
private  Class ruleClass
           
private  String type
           
private  String value
           
 
Constructor Summary
(package private) CopyMultiRules.CopyMultiRule(Class cls, String typ, boolean val)
           
(package private) CopyMultiRules.CopyMultiRule(Class cls, String typ, Class val, String role)
           
(package private) CopyMultiRules.CopyMultiRule(Class cls, String typ, String val)
           
(package private) CopyMultiRules.CopyMultiRule(String raw_rule)
           
 
Method Summary
private  boolean getBValue()
           
private  Class getCValue()
           
private  String getPrintableValue()
           
private  Vector getRoles()
           
(package private)  Class getRuleClass()
           
private  String getType()
           
private  void setBValue(boolean input_value)
           
private  void setCValue(Class input_value, String role)
           
private  void setRuleClass(String input_class)
           
private  void setType(String input_type)
           
private  void setValue(String input_value)
           
private  String toPrintableValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleClass

private Class ruleClass

type

private String type

value

private String value

bValue

private boolean bValue

cValue

private Class cValue

roles

private Vector roles
Constructor Detail

CopyMultiRules.CopyMultiRule

CopyMultiRules.CopyMultiRule(String raw_rule)
                       throws WTException

CopyMultiRules.CopyMultiRule

CopyMultiRules.CopyMultiRule(Class cls,
                             String typ,
                             String val)
                       throws WTException

CopyMultiRules.CopyMultiRule

CopyMultiRules.CopyMultiRule(Class cls,
                             String typ,
                             boolean val)
                       throws WTException

CopyMultiRules.CopyMultiRule

CopyMultiRules.CopyMultiRule(Class cls,
                             String typ,
                             Class val,
                             String role)
                       throws WTException
Method Detail

getType

private String getType()

setType

private void setType(String input_type)
              throws WTException
Throws:
WTException

getPrintableValue

private String getPrintableValue()

setValue

private void setValue(String input_value)
               throws WTException,
                      ClassNotFoundException
Throws:
WTException
ClassNotFoundException

getCValue

private Class getCValue()

getRoles

private Vector getRoles()

setCValue

private void setCValue(Class input_value,
                       String role)
                throws WTException
Throws:
WTException

getBValue

private boolean getBValue()

setBValue

private void setBValue(boolean input_value)
                throws WTException
Throws:
WTException

getRuleClass

Class getRuleClass()

setRuleClass

private void setRuleClass(String input_class)
                   throws WTException,
                          ClassNotFoundException
Throws:
WTException
ClassNotFoundException

toPrintableValue

private String toPrintableValue()