com.artenum.rosetta.core
Class CompletionItemImpl

java.lang.Object
  extended by com.artenum.rosetta.core.CompletionItemImpl
All Implemented Interfaces:
CompletionItem, Comparable<CompletionItem>

public class CompletionItemImpl
extends Object
implements CompletionItem

Author:
Sebastien Jourdain (jourdain@artenum.com)

Constructor Summary
CompletionItemImpl()
           
CompletionItemImpl(String type, String methodProfile, String returnValue, String help)
           
 
Method Summary
 int compareTo(CompletionItem o)
           
 String getHelp()
           
 String getMethodProfile()
           
 String getReturnValue()
           
 String getType()
           
 void setHelp(String help)
           
 void setMethodProfile(String methodProfile)
           
 void setReturnValue(String returnValue)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletionItemImpl

public CompletionItemImpl()

CompletionItemImpl

public CompletionItemImpl(String type,
                          String methodProfile,
                          String returnValue,
                          String help)
Parameters:
type -
methodProfile -
returnValue -
help -
Method Detail

getHelp

public String getHelp()
Specified by:
getHelp in interface CompletionItem

setHelp

public void setHelp(String help)
Specified by:
setHelp in interface CompletionItem

getMethodProfile

public String getMethodProfile()
Specified by:
getMethodProfile in interface CompletionItem

setMethodProfile

public void setMethodProfile(String methodProfile)
Specified by:
setMethodProfile in interface CompletionItem

getReturnValue

public String getReturnValue()
Specified by:
getReturnValue in interface CompletionItem

setReturnValue

public void setReturnValue(String returnValue)
Specified by:
setReturnValue in interface CompletionItem

getType

public String getType()
Specified by:
getType in interface CompletionItem

setType

public void setType(String type)
Specified by:
setType in interface CompletionItem

compareTo

public int compareTo(CompletionItem o)
Specified by:
compareTo in interface Comparable<CompletionItem>


Copyright © 2007-2011 Artenum. All Rights Reserved.