public interface NumericTypeChecker extends TypeChecker
Modifier and Type | Method and Description |
---|---|
void |
checkMaxValue(Number value,
ElementDefinition def,
AttributeStatement attribute) |
void |
checkMinValue(Number value,
ElementDefinition def,
AttributeStatement attribute) |
cast, checkMaxLength, checkMinLength
void checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute) throws OutOfRangeException
OutOfRangeException
void checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute) throws OutOfRangeException
OutOfRangeException
Copyright © 2005–2015 Planetary Data System. All rights reserved.