public class ParameterInfo<T> extends Object
Constructor and Description |
---|
ParameterInfo() |
ParameterInfo(String correlationId,
String name,
Class<T> type,
T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCapitalizedName() |
String |
getCorrelationId() |
String |
getName() |
Class<T> |
getType() |
T |
getValue() |
int |
hashCode() |
void |
setCorrelationId(String correlationId) |
void |
setName(String name) |
void |
setType(Class<T> type) |
void |
setValue(T value) |
String |
toString() |
public String getName()
public String getCapitalizedName()
public void setName(String name)
public T getValue()
public void setValue(T value)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.