public class FLST extends MajorRecord
MajorRecord.MajorFlags
Constructor and Description |
---|
FLST(java.lang.String edid) |
Modifier and Type | Method and Description |
---|---|
void |
addAll(java.util.Collection<FormID> entries)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
addFormEntry(FormID entry)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
addFormEntryAtIndex(FormID entry,
int i)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearEntries()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
java.util.ArrayList<FormID> |
getFormIDEntries() |
int |
getSize() |
void |
removeFormEntry(FormID entry)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public FLST(java.lang.String edid)
edid
- EDID to give the new record. Make sure it is unique.public java.util.ArrayList<FormID> getFormIDEntries()
public void addFormEntry(FormID entry)
entry
- FormID to add to the list.public void addAll(java.util.Collection<FormID> entries)
entries
- public void removeFormEntry(FormID entry)
entry
- FormID to remove (if it exists).public int getSize()
public void addFormEntryAtIndex(FormID entry, int i)
entry
- i
- public void clearEntries()