Package | Description |
---|---|
gov.nasa.pds.tools.dict.type |
Modifier and Type | Method and Description |
---|---|
void |
TypeChecker.checkMaxLength(String value,
ElementDefinition def,
AttributeStatement attribute)
Checks to make sure that the value does not exceed the maximum length
|
void |
LengthChecker.checkMaxLength(String value,
ElementDefinition def,
AttributeStatement attribute) |
void |
TypeChecker.checkMinLength(String value,
ElementDefinition def,
AttributeStatement attribute)
Checks to make sure that the value does fall below the minimum length
length
|
void |
LengthChecker.checkMinLength(String value,
ElementDefinition def,
AttributeStatement attribute) |
Copyright © 2005–2015 Planetary Data System. All rights reserved.