public class OrdinalParameterDescriptor extends AbstractParameterDescriptor
Descriptor regarding an ordinal parameter.
| 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() |
int |
getValuePosition() |
getExpectedType, getName, getParameterType, getSourceLocations, getType, resetExpectedTypepublic OrdinalParameterDescriptor(int label,
int valuePosition,
Type expectedType,
int[] sourceLocations)
Constructs an ordinal parameter descriptor.
public Integer getPosition()
getPosition in interface ParametergetPosition in class AbstractParameterDescriptorpublic int getValuePosition()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.