public abstract class AttributedDRLElement extends DRLElement
Modifier | Constructor and Description |
---|---|
protected |
AttributedDRLElement() |
protected |
AttributedDRLElement(Integer salience) |
Modifier and Type | Method and Description |
---|---|
protected String |
asStringLiteral(String value) |
protected String |
asTimerLiteral(String value) |
String |
getAttribute(String name) |
String |
getSalience() |
protected void |
renderDRL(DRLOutput out) |
void |
setActivationGroup(String value) |
void |
setAgendaGroup(String value) |
void |
setAutoFocus(boolean value) |
void |
setCalendars(String value) |
void |
setDateEffective(String value) |
void |
setDateExpires(String value) |
void |
setDuration(Long value) |
void |
setEnabled(boolean value) |
void |
setLockOnActive(boolean value) |
void |
setNoLoop(boolean value) |
void |
setRuleFlowGroup(String value) |
void |
setSalience(Integer value) |
void |
setSalience(String value) |
void |
setTimer(String value) |
setComment
protected AttributedDRLElement()
protected AttributedDRLElement(Integer salience)
protected void renderDRL(DRLOutput out)
public void setSalience(Integer value)
public void setSalience(String value)
public void setDuration(Long value)
public void setTimer(String value)
public void setEnabled(boolean value)
public void setCalendars(String value)
public void setActivationGroup(String value)
public void setRuleFlowGroup(String value)
public void setAgendaGroup(String value)
public void setNoLoop(boolean value)
public void setLockOnActive(boolean value)
public void setAutoFocus(boolean value)
public void setDateEffective(String value)
public void setDateExpires(String value)
public String getSalience()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.