javax.validation
Interface Path.ParameterNode

All Superinterfaces:
Path.Node
Enclosing interface:
Path

public static interface Path.ParameterNode
extends Path.Node

Node representing a parameter of a method or constructor.

Since:
1.1

Method Summary
 int getParameterIndex()
           
 
Methods inherited from interface javax.validation.Path.Node
as, getIndex, getKey, getKind, getName, isInIterable
 

Method Detail

getParameterIndex

int getParameterIndex()
Returns:
the parameter index in the method or constructor definition


Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.