wt.enterprise
Class CopyMultiRules.CopyMultiRule
java.lang.Object
wt.enterprise.CopyMultiRules.CopyMultiRule
- Enclosing class:
- CopyMultiRules
- private class CopyMultiRules.CopyMultiRule
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleClass
private Class ruleClass
type
private String type
value
private String value
bValue
private boolean bValue
cValue
private Class cValue
roles
private Vector roles
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
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()