public class Parameter extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ParameterType |
getType() |
Object |
getValue() |
int |
hashCode() |
static Parameter |
of(ParameterType type,
Object value) |
public Object getValue()
public ParameterType getType()
public static Parameter of(ParameterType type, Object value)
Copyright © 2016. All rights reserved.