public class ValidationService.CachedSeverityTreeNode extends CachedTreeNode<org.eclipse.emf.common.util.Diagnostic>
Constructor and Description |
---|
CachedSeverityTreeNode(org.eclipse.emf.common.util.Diagnostic diagnostic)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.Diagnostic |
getDisplayValue()
Returns the value that this node should represent.
|
void |
update()
Recomputes the cached value of this node.
|
getCache, getChildValue, getOwnValue, getParent, putIntoCache, removeFromCache, setChildValue, setOwnValue, setParent, values
public CachedSeverityTreeNode(org.eclipse.emf.common.util.Diagnostic diagnostic)
diagnostic
- the initial diagnostic containing the severity and validation messagepublic void update()
update
in class CachedTreeNode<org.eclipse.emf.common.util.Diagnostic>
public org.eclipse.emf.common.util.Diagnostic getDisplayValue()
CachedTreeNode
getDisplayValue
in class CachedTreeNode<org.eclipse.emf.common.util.Diagnostic>
Copyright © 2016. All rights reserved.