public class ParameterWrapBean extends Object
| Constructor and Description |
|---|
ParameterWrapBean(Class<?> parameterType,
LiteflowFact fact,
int index) |
| Modifier and Type | Method and Description |
|---|---|
LiteflowFact |
getFact() |
int |
getIndex() |
Class<?> |
getParameterType() |
void |
setFact(LiteflowFact fact) |
void |
setIndex(int index) |
void |
setParameterType(Class<?> parameterType) |
public ParameterWrapBean(Class<?> parameterType, LiteflowFact fact, int index)
public Class<?> getParameterType()
public void setParameterType(Class<?> parameterType)
public LiteflowFact getFact()
public void setFact(LiteflowFact fact)
public int getIndex()
public void setIndex(int index)
Copyright © 2025. All rights reserved.