public class NdWorkspaceLocation extends NdNode
| Modifier and Type | Field and Description |
|---|---|
static FieldString |
PATH |
static FieldManyToOne<NdResourceFile> |
RESOURCE |
static StructDef<NdWorkspaceLocation> |
type |
| Constructor and Description |
|---|
NdWorkspaceLocation(Nd nd,
long address) |
NdWorkspaceLocation(Nd nd,
NdResourceFile resource,
char[] path) |
| Modifier and Type | Method and Description |
|---|---|
IString |
getPath() |
NdResourceFile |
getResourceFile() |
java.lang.String |
toString() |
public static final FieldManyToOne<NdResourceFile> RESOURCE
public static final FieldString PATH
public static final StructDef<NdWorkspaceLocation> type
public NdWorkspaceLocation(Nd nd, long address)
public NdWorkspaceLocation(Nd nd, NdResourceFile resource, char[] path)
public IString getPath()
public NdResourceFile getResourceFile()
public java.lang.String toString()
toString in class java.lang.Object