public class NlsArgumentDescriptor extends Object
NlsBundleHelper
Modifier and Type | Field and Description |
---|---|
static NlsArgumentDescriptor[] |
EMPTY_ARRAY
An empty
NlsArgumentDescriptor array. |
private int |
index |
private String |
name |
private Class<?> |
type |
Constructor and Description |
---|
NlsArgumentDescriptor(String name,
Class<?> type,
int index)
The constructor.
|
public static final NlsArgumentDescriptor[] EMPTY_ARRAY
NlsArgumentDescriptor
array.private final String name
private final Class<?> type
private final int index
public NlsArgumentDescriptor(String name, Class<?> type, int index)
name
- - see getKey()
.type
- - see getType()
.index
- - see getIndex()
.public String getKey()
key
or name of the parameter.NlsArgument.getKey()
public int getIndex()
index
of the parameter.Copyright © 2001–2016 mmm-Team. All rights reserved.