public abstract class CompletionInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected CompletionInfoType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
CompletionInfo(CompletionInfoType type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CompletionInfoType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
protected final CompletionInfoType type
protected CompletionInfo(CompletionInfoType type)
public CompletionInfoType getType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object