com.artenum.rosetta.core
Class CompletionItemImpl
java.lang.Object
com.artenum.rosetta.core.CompletionItemImpl
- All Implemented Interfaces:
- CompletionItem, Comparable<CompletionItem>
public class CompletionItemImpl
- extends Object
- implements CompletionItem
- Author:
- Sebastien Jourdain (jourdain@artenum.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompletionItemImpl
public CompletionItemImpl()
CompletionItemImpl
public CompletionItemImpl(String type,
String methodProfile,
String returnValue,
String help)
- Parameters:
type - methodProfile - returnValue - help -
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.