Exemplo n.º 1
0
 protected internal virtual void setVersion()
 {
     if (theVersion == null)
     {
         theVersion = theNode.getVersion(true);
     }
     if (theVersion == null)
     {
         theVersion = JDFElement.getDefaultJDFVersion();
     }
 }