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 CompletionItem
public void setHelp(String help)
setHelp
in interface CompletionItem
public String getMethodProfile()
getMethodProfile
in interface CompletionItem
public void setMethodProfile(String methodProfile)
setMethodProfile
in interface CompletionItem
public String getReturnValue()
getReturnValue
in interface CompletionItem
public void setReturnValue(String returnValue)
setReturnValue
in interface CompletionItem
public String getType()
getType
in interface CompletionItem
public void setType(String type)
setType
in interface CompletionItem
public int compareTo(CompletionItem o)
compareTo
in interface Comparable<CompletionItem>
Copyright © 2007-2012 Artenum. All Rights Reserved.