Uses of Class
com.aquima.web.aaas.validation.ValidationTreeObject
-
Packages that use ValidationTreeObject Package Description com.aquima.web.aaas.validation -
-
Uses of ValidationTreeObject in com.aquima.web.aaas.validation
Methods in com.aquima.web.aaas.validation that return ValidationTreeObject Modifier and Type Method Description ValidationTreeObject
ValidationTreeRoot. getBody()
Methods in com.aquima.web.aaas.validation that return types with arguments of type ValidationTreeObject Modifier and Type Method Description List<ValidationTreeObject>
ValidationTreeObject. getObjects()
Methods in com.aquima.web.aaas.validation with parameters of type ValidationTreeObject Modifier and Type Method Description void
ValidationTreeObject. addObject(ValidationTreeObject object)
void
ValidationTreeRoot. setBody(ValidationTreeObject body)
Method parameters in com.aquima.web.aaas.validation with type arguments of type ValidationTreeObject Modifier and Type Method Description void
ValidationTreeObject. setObjects(List<ValidationTreeObject> objects)
-