public class ProviderParameter extends Object
| Constructor and Description |
|---|
ProviderParameter(int index,
Type type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getAnnotations() |
int |
getIndex() |
String |
getName() |
Type |
getType() |
ProviderParameter |
setAnnotations(Annotation[] annotations) |
ProviderParameter |
setIndex(int index) |
ProviderParameter |
setName(String name) |
ProviderParameter |
setType(Type type) |
String |
toString() |
public int getIndex()
public ProviderParameter setIndex(int index)
public Type getType()
public ProviderParameter setType(Type type)
public String getName()
public ProviderParameter setName(String name)
public Annotation[] getAnnotations()
public ProviderParameter setAnnotations(Annotation[] annotations)
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.