public class WorkspaceEditChangeAnnotationSupportCapabilities
extends java.lang.Object
Since 3.16.0
Constructor and Description |
---|
WorkspaceEditChangeAnnotationSupportCapabilities() |
WorkspaceEditChangeAnnotationSupportCapabilities(java.lang.Boolean groupsOnLabel) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getGroupsOnLabel()
Whether the client groups edits with equal labels into tree nodes,
for instance all edits labelled with "Changes in Strings" would
be a tree node.
|
int |
hashCode() |
void |
setGroupsOnLabel(java.lang.Boolean groupsOnLabel)
Whether the client groups edits with equal labels into tree nodes,
for instance all edits labelled with "Changes in Strings" would
be a tree node.
|
java.lang.String |
toString() |
public WorkspaceEditChangeAnnotationSupportCapabilities()
public WorkspaceEditChangeAnnotationSupportCapabilities(java.lang.Boolean groupsOnLabel)
@Pure public java.lang.Boolean getGroupsOnLabel()
public void setGroupsOnLabel(java.lang.Boolean groupsOnLabel)
@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