Searched refs:theParam (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java288 private void validateParameter(Service theService, Parameter theParam) argument
290 if (theParam.getParamType() == null)
292 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"A paramType must be specified for Parameter: "+theParam.getLocalName());
296 if (!theParam.getParamType().isDataType())
298 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_INVALID_VALUE,"The paramType for parameter: '"+theParam.getLocalName()+"' is not specified properly. It is supposed to be a datatype property, but it is specifed as an Object property. Please change the declaration.");

Completed in 12 milliseconds