return "[" + getClass().getName() + ": name = " + getName() + "; value = " + getValue() + "]";
}
public List<WodProblem> getBindingProblems(String elementType, IType javaFileType, TypeCache typeCache, HtmlElementCache htmlCache) throws JavaModelException, ApiModelException {
List<WodProblem> problems = new LinkedList<WodProblem>();
IApiBinding apiBinding = null;
IWodElement element = null;
if (elementType != null) {
element = new SimpleWodElement("_temp", elementType);
Wo wo = element.getApi(javaFileType.getJavaProject(), typeCache);
if (wo != null) {