public class GeneralASRPFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable |
fields |
protected DDFModule |
info |
Constructor and Description |
---|
GeneralASRPFile() |
Modifier and Type | Method and Description |
---|---|
protected void |
addField(DDFField ddf)
Add a field to the field list.
|
protected void |
close() |
void |
dump() |
void |
dumpFields() |
DDFField |
getField(java.lang.String tag) |
java.util.List |
getFields(java.lang.String tag) |
protected DDFModule |
getInfo() |
protected DDFModule |
load(java.lang.String fileName) |
protected boolean |
loadField(DDFRecord record,
java.lang.String tagName,
int fieldIndex)
If a field has not been loaded, load it from the DDFRecord if
it exists and add it to the master field hashtable.
|
protected DDFModule info
protected java.util.Hashtable fields
protected DDFModule load(java.lang.String fileName) throws java.io.IOException
java.io.IOException
protected boolean loadField(DDFRecord record, java.lang.String tagName, int fieldIndex)
protected void addField(DDFField ddf)
public java.util.List getFields(java.lang.String tag)
public DDFField getField(java.lang.String tag)
public void dumpFields()
protected DDFModule getInfo()
protected void close()
public void dump()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details