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
InvalidLengthException
public void checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute) throws InvalidLengthException
InvalidLengthException
Copyright © 2005–2015 Planetary Data System. All rights reserved.