211212213214215216217218219220221
this.builder.append("."); } this.builder.append(attrib.getName()); SortOrder order = ((QueryOrder) orderAttribute).getOrder(); this.builder.append(Constants.SPACE); this.builder.append(order.name()); return this; }