public class PredicateDescr extends RestrictionDescr
Constructor and Description |
---|
PredicateDescr() |
PredicateDescr(Object text) |
PredicateDescr(org.kie.api.io.Resource resource,
Object text) |
Modifier and Type | Method and Description |
---|---|
void |
copyParameters(BaseDescr base) |
String |
getClassMethodName() |
Object |
getContent() |
String[] |
getDeclarations() |
List<String> |
getParameters() |
void |
setClassMethodName(String classMethodName) |
void |
setContent(Object text) |
void |
setDeclarations(String[] declarations) |
void |
setParameters(List<String> parameters) |
String |
toString() |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
public PredicateDescr()
public PredicateDescr(Object text)
public PredicateDescr(org.kie.api.io.Resource resource, Object text)
public String getClassMethodName()
public void setClassMethodName(String classMethodName)
public Object getContent()
public void setContent(Object text)
public void setDeclarations(String[] declarations)
public String[] getDeclarations()
public void copyParameters(BaseDescr base)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.