com.partnersoft.interfaces.qualcomm
Class QtracsMacroField

java.lang.Object
  extended by com.partnersoft.interfaces.qualcomm.QtracsMacroField

public class QtracsMacroField
extends java.lang.Object


Constructor Summary
protected QtracsMacroField(QtracsMacro macro, java.lang.String fieldName, int line, int characterIndex0, int characterIndex1)
          The line number and all the offsets are all ONE BASED! This is because I'm reading the numbers from a text editor.
 
Method Summary
 int getCharacterIndex0()
           
 int getCharacterIndex1()
           
 java.lang.String getFieldName()
           
 int getLine()
           
 QtracsMacro getMacro()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QtracsMacroField

protected QtracsMacroField(QtracsMacro macro,
                           java.lang.String fieldName,
                           int line,
                           int characterIndex0,
                           int characterIndex1)
The line number and all the offsets are all ONE BASED! This is because I'm reading the numbers from a text editor.

Parameters:
macro -
fieldName -
line -
characterIndex0 -
characterIndex1 -
Method Detail

getCharacterIndex0

public int getCharacterIndex0()

getCharacterIndex1

public int getCharacterIndex1()

getFieldName

public java.lang.String getFieldName()

getLine

public int getLine()

getMacro

public QtracsMacro getMacro()