Package org.opendope.answers

Examples of org.opendope.answers.Answer


  }
 
  private void addPartEntries(String key) {
   
    // answer
    Answer a = new Answer();
    a.setId(key);
    a.setValue("${" + key + "}");
    standardisedAnswersPart.getJaxbElement().getAnswerOrRepeat().add(a);
   
    // XPath
    Xpaths.Xpath xp = new org.opendope.xpaths.ObjectFactory().createXpathsXpath();
    xp.setId(key);
View Full Code Here

TOP

Related Classes of org.opendope.answers.Answer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.