Package helma.objectmodel
Interface INodeState
- All Known Subinterfaces:
INode
- All Known Implementing Classes:
Node
,NodeHandle
,TransientNode
public interface INodeState
Interface that defines states of nodes
-
Field Summary
Fields
-
Field Details
-
TRANSIENT
static final int TRANSIENT- See Also:
-
VIRTUAL
static final int VIRTUAL- See Also:
-
INVALID
static final int INVALID- See Also:
-
CLEAN
static final int CLEAN- See Also:
-
NEW
static final int NEW- See Also:
-
MODIFIED
static final int MODIFIED- See Also:
-
DELETED
static final int DELETED- See Also:
-