public class OrdinalParameterDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
OrdinalParameterDescriptor(int ordinalPosition,
Type expectedType,
int sourceLocation)
Constructs an ordinal parameter descriptor.
|
public OrdinalParameterDescriptor(int ordinalPosition,
Type expectedType,
int sourceLocation)
ordinalPosition - The ordinal positionexpectedType - The expected type of the parametersourceLocation - The location of the parameterpublic int getOrdinalPosition()
public Type getExpectedType()
public int getSourceLocation()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.