T
- Type of parameter valuespublic class Parameter<T> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
T |
getValue()
If it does not hold list but a single value
|
List<T> |
getValues()
Returns the list of possible values for this parameter
|
int |
hashCode() |
String |
toString() |
Copyright © 2022. All rights reserved.