public class CompletionItemImpl extends Object implements CompletionItem
| Constructor and Description |
|---|
CompletionItemImpl() |
CompletionItemImpl(String type,
String methodProfile,
String returnValue,
String help) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getHelp()
getHelp in interface CompletionItempublic void setHelp(String help)
setHelp in interface CompletionItempublic String getMethodProfile()
getMethodProfile in interface CompletionItempublic void setMethodProfile(String methodProfile)
setMethodProfile in interface CompletionItempublic String getReturnValue()
getReturnValue in interface CompletionItempublic void setReturnValue(String returnValue)
setReturnValue in interface CompletionItempublic String getType()
getType in interface CompletionItempublic void setType(String type)
setType in interface CompletionItempublic int compareTo(CompletionItem o)
compareTo in interface Comparable<CompletionItem>Copyright © 2007-2013 Artenum. All Rights Reserved.