NeXusJavaBindings  1
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
NXlink.java
Go to the documentation of this file.
1 
15 package org.nexusformat;
16 
17 public class NXlink {
18  public int tag, ref, linkType;
19  public String targetPath;
20 
21  public NXlink(){
22  targetPath = new String("");
23  }
24 }