public class LengthChecker extends Object
| Constructor and Description |
|---|
LengthChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkMaxLength(String value,
ElementDefinition def,
AttributeStatement attribute) |
void |
checkMinLength(String value,
ElementDefinition def,
AttributeStatement attribute) |
public void checkMinLength(String value, ElementDefinition def, AttributeStatement attribute) throws InvalidLengthException
InvalidLengthExceptionpublic void checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute) throws InvalidLengthException
InvalidLengthExceptionCopyright © 2019. All rights reserved.