NeXusJavaBindings
1
Main Page
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
bindings
java
org
nexusformat
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
}
Generated by
1.8.1.1