public class OrdinalParameterDescriptor extends AbstractParameterDescriptor
Constructor and Description |
---|
OrdinalParameterDescriptor(int label,
int valuePosition,
Type expectedType,
int[] sourceLocations)
Constructs an ordinal parameter descriptor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getPosition()
Return the parameter position, or null if the parameter
is not a positional parameter.
|
int |
getValuePosition() |
getExpectedType, getHibernateType, getName, getParameterType, getSourceLocations, resetExpectedType
public OrdinalParameterDescriptor(int label, int valuePosition, Type expectedType, int[] sourceLocations)
public Integer getPosition()
Parameter
getPosition
in interface Parameter
getPosition
in class AbstractParameterDescriptor
public int getValuePosition()
Copyright © 2021 JBoss by Red Hat. All rights reserved.