org.drools.ide.common.assistant.option
Class AssistantOption

java.lang.Object
  extended by org.drools.ide.common.assistant.option.AssistantOption
Direct Known Subclasses:
RenameAssistantOption, ReplaceAssistantOption

public abstract class AssistantOption
extends Object


Nested Class Summary
static class AssistantOption.ACTION
           
 
Field Summary
protected  String content
           
protected  String display
           
protected  Integer length
           
protected  Integer offset
           
protected  Integer position
           
protected  AssistantOption.ACTION type
           
 
Constructor Summary
AssistantOption()
           
 
Method Summary
 String getContent()
           
 String getDisplay()
           
 Integer getLength()
           
 Integer getOffset()
           
 Integer getPosition()
           
 AssistantOption.ACTION getType()
           
 void setContent(String content)
           
 void setDisplay(String display)
           
 void setLength(Integer length)
           
 void setOffset(Integer offset)
           
 void setPosition(Integer position)
           
 void setType(AssistantOption.ACTION type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

display

protected String display

content

protected String content

length

protected Integer length

offset

protected Integer offset

position

protected Integer position

type

protected AssistantOption.ACTION type
Constructor Detail

AssistantOption

public AssistantOption()
Method Detail

getDisplay

public String getDisplay()

setDisplay

public void setDisplay(String display)

getContent

public String getContent()

setContent

public void setContent(String content)

getLength

public Integer getLength()

setLength

public void setLength(Integer length)

getOffset

public Integer getOffset()

setOffset

public void setOffset(Integer offset)

setPosition

public void setPosition(Integer position)

getPosition

public Integer getPosition()

setType

public void setType(AssistantOption.ACTION type)

getType

public AssistantOption.ACTION getType()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.