wt.enterprise
Class CopyRules.CopyRule
java.lang.Object
wt.enterprise.CopyRules.CopyRule
- Enclosing class:
- CopyRules
- private class CopyRules.CopyRule
- 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
CopyRules.CopyRule
CopyRules.CopyRule(String raw_rule)
throws WTException
CopyRules.CopyRule
CopyRules.CopyRule(Class cls,
String typ,
String val)
throws WTException
CopyRules.CopyRule
CopyRules.CopyRule(Class cls,
String typ,
boolean val)
throws WTException
CopyRules.CopyRule
CopyRules.CopyRule(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()