public class FieldConstraintDescr extends BaseDescr
| Constructor and Description |
|---|
FieldConstraintDescr() |
FieldConstraintDescr(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRestriction(RestrictionDescr restriction) |
String |
getFieldName() |
RestrictionConnectiveDescr |
getRestriction() |
List |
getRestrictions() |
void |
readExternal(ObjectInput in) |
void |
setResource(org.kie.api.io.Resource resource) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setStartCharacter, setTextpublic FieldConstraintDescr()
public FieldConstraintDescr(String fieldName)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class BaseDescrIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class BaseDescrIOExceptionpublic String getFieldName()
public void addRestriction(RestrictionDescr restriction)
public List getRestrictions()
public RestrictionConnectiveDescr getRestriction()
public void setResource(org.kie.api.io.Resource resource)
setResource in class BaseDescrCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.