Packageorg.granite.validation
Interfacepublic interface IPath

Represent the navigation path from an object to another in an object graph. Each path element is represented by a Node. The path corresponds to the succession of nodes in the order they are returned by the nodes property.

See also

ConstraintViolation
INode


Public Properties
 PropertyDefined by
  nodes : Array
[read-only] The INode array that represent this path, from the root bean to the leaf.
IPath
Public Methods
 MethodDefined by
  
toString():String
Returns a string representation of this path.
IPath
Property detail
nodesproperty
nodes:Array  [read-only]

The INode array that represent this path, from the root bean to the leaf.

Implementation
    public function get nodes():Array
Method detail
toString()method
public function toString():String

Returns a string representation of this path.

Returns
String — a string representation of this path.