elvisDoc
Class elvisLineItem

java.lang.Object
  extended by elvisDoc.elvisLineItem

public class elvisLineItem
extends Object


Field Summary
 int commentsOpen
           
 String description
           
 String name
           
 String originalLine
           
 int type
           
 
Constructor Summary
elvisLineItem(String lineText)
           
 
Method Summary
 int getItAttr()
           
 int getItDefaultValue()
           
 int getItNothing()
           
 int getItParent()
           
 int getItSpec()
           
 int getItWidget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commentsOpen

public int commentsOpen

type

public int type

description

public String description

name

public String name

originalLine

public String originalLine
Constructor Detail

elvisLineItem

public elvisLineItem(String lineText)
Method Detail

getItWidget

public int getItWidget()

getItNothing

public int getItNothing()

getItSpec

public int getItSpec()

getItParent

public int getItParent()

getItAttr

public int getItAttr()

getItDefaultValue

public int getItDefaultValue()