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) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, 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()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.