public class ImportDirectory extends DataObject
| Constructor and Description |
|---|
ImportDirectory() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ImportDirectoryEntry entry) |
void |
add(String name,
ImportDirectoryTable names,
ImportDirectoryTable addresses) |
ImportDirectoryTable |
getAddressTable(int index) |
ImportDirectoryEntry |
getEntry(int index) |
String |
getName(int index) |
ImportDirectoryTable |
getNameTable(int index) |
int |
size() |
get, setpublic void add(ImportDirectoryEntry entry)
public void add(String name, ImportDirectoryTable names, ImportDirectoryTable addresses)
public int size()
public String getName(int index)
public ImportDirectoryTable getNameTable(int index)
public ImportDirectoryTable getAddressTable(int index)
public ImportDirectoryEntry getEntry(int index)
Copyright © 2018. All Rights Reserved.