public class InlineValueWorkspaceCapabilities
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
InlineValueWorkspaceCapabilities() |
InlineValueWorkspaceCapabilities(java.lang.Boolean refreshSupport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getRefreshSupport()
Whether the client implementation supports a refresh request sent from
the server to the client.
|
int |
hashCode() |
void |
setRefreshSupport(java.lang.Boolean refreshSupport)
Whether the client implementation supports a refresh request sent from
the server to the client.
|
java.lang.String |
toString() |
public InlineValueWorkspaceCapabilities()
public InlineValueWorkspaceCapabilities(java.lang.Boolean refreshSupport)
@Pure public java.lang.Boolean getRefreshSupport()
Note that this event is global and will force the client to refresh all inline values currently shown. It should be used with absolute care and is useful for situations where a server for example detect a project wide change that requires such a calculation.
public void setRefreshSupport(java.lang.Boolean refreshSupport)
Note that this event is global and will force the client to refresh all inline values currently shown. It should be used with absolute care and is useful for situations where a server for example detect a project wide change that requires such a calculation.
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object