public class Parameter<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Parameter.ParameterScope |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Parameter.ParameterScope |
scope |
protected T |
value |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Parameter.ParameterScope |
getScope() |
T |
getValue() |
void |
setName(String name) |
void |
setScope(Parameter.ParameterScope scope) |
void |
setValue(T value) |
protected Parameter.ParameterScope scope
protected T value
protected String name
public String getName()
public void setName(String name)
public Parameter.ParameterScope getScope()
public void setScope(Parameter.ParameterScope scope)
public T getValue()
public void setValue(T value)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.