|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ofbiz.minilang.method.conditional.ConditionalFactory<C>
public abstract class ConditionalFactory<C extends Conditional>
Creates Conditional objects according to the element that is passed.
| Field Summary | |
|---|---|
static java.lang.String |
module
|
| Constructor Summary | |
|---|---|
ConditionalFactory()
|
|
| Method Summary | |
|---|---|
abstract C |
createCondition(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
|
abstract java.lang.String |
getName()
|
static Conditional |
makeConditional(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String module
| Constructor Detail |
|---|
public ConditionalFactory()
| Method Detail |
|---|
public static Conditional makeConditional(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
public abstract C createCondition(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
public abstract java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||