public class ParameterInfo extends Object
Constructor and Description |
---|
ParameterInfo(int index,
int type)
Constructor
|
ParameterInfo(int index,
int type,
String associatedField)
Constructs a new ParameterInfo with the specified index, type and
associatedField.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssociatedField()
Returns the associated field.
|
int |
getIndex()
Returns the parameter index.
|
int |
getType()
Returns the parameter type.
|
public ParameterInfo(int index, int type)
public ParameterInfo(int index, int type, String associatedField)
index
- type
- associatedField
- public int getIndex()
public int getType()
public String getAssociatedField()
Copyright © 2018. All rights reserved.