com.partnersoft.interfaces.qualcomm
Class QtracsMacroField
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -
getCharacterIndex0
public int getCharacterIndex0()
getCharacterIndex1
public int getCharacterIndex1()
getFieldName
public java.lang.String getFieldName()
getLine
public int getLine()
getMacro
public QtracsMacro getMacro()