com.mindbright.terminal.tandem6530
Class VariableFieldAttributeTable

java.lang.Object
  extended by com.mindbright.terminal.tandem6530.VariableFieldAttributeTable
Direct Known Subclasses:
FixedFieldAttributeTable

public class VariableFieldAttributeTable
extends java.lang.Object

This is table 3-10.


Field Summary
protected static FieldAttributes[] defaultTable
           
protected  FieldAttributes[] table
           
 
Constructor Summary
VariableFieldAttributeTable()
           
 
Method Summary
 FieldAttributes get(int index)
           
protected  boolean isInsideTable(int index)
           
 void reset()
           
 void set(int startIndex, FieldAttributes[] entries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultTable

protected static FieldAttributes[] defaultTable

table

protected FieldAttributes[] table
Constructor Detail

VariableFieldAttributeTable

public VariableFieldAttributeTable()
Method Detail

isInsideTable

protected boolean isInsideTable(int index)

get

public FieldAttributes get(int index)

set

public void set(int startIndex,
                FieldAttributes[] entries)

reset

public void reset()