|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleBaseDescriptor
interface for describing a rulebase to be used during validations.
Method Summary | |
---|---|
String |
getRuleBaseFactory()
get the class name of the factory for instantiating the rulebase being described by this descriptor |
String |
getRuleBaseName()
gets the name of the rulebase being described by this descriptor |
String |
getType()
gets the type of the rulebase being described |
void |
setRuleBaseFactory(String factoryName)
set the class name of the factory for instantiating rulebases described by this descriptor |
void |
setRuleBaseName(String name)
sets the name of the rulebase being described. |
void |
setType(String type)
sets the type of the rulebase being described |
Method Detail |
---|
String getRuleBaseName()
void setRuleBaseName(String name)
null
.
name
- name of rulebase being describedString getType()
void setType(String type)
type
- String getRuleBaseFactory()
void setRuleBaseFactory(String factoryName)
factoryName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |