public interface CompletionItem extends Comparable<CompletionItem>
Modifier and Type | Method and Description |
---|---|
String |
getHelp() |
String |
getMethodProfile() |
String |
getReturnValue() |
String |
getType() |
void |
setHelp(String help) |
void |
setMethodProfile(String profile) |
void |
setReturnValue(String result) |
void |
setType(String type) |
compareTo
String getType()
String getMethodProfile()
String getReturnValue()
String getHelp()
void setType(String type)
void setMethodProfile(String profile)
void setReturnValue(String result)
void setHelp(String help)
Copyright © 2007–2017 Artenum. All rights reserved.