TreeNode.AOTIsPersisted Method

Indicates whether this node has been persisted in the model store.

Syntax

public boolean AOTIsPersisted()

Run On

Called

Return Value

Type: boolean
true if this node has been persisted; otherwise false.

Remarks

This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isModelElement() method to determine if the method is supported.

See Also

Reference

TreeNode Class