HomeSort by relevance Sort by last modified time
    Searched full:hasvaluechild (Results 1 - 1 of 1) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 62 private boolean hasValueChild;
616 * @return the hasValueChild
620 return hasValueChild;
625 * @param hasValueChild the hasValueChild to set
627 public void setHasValueChild(boolean hasValueChild)
629 this.hasValueChild = hasValueChild;

Completed in 25 milliseconds