T
- typepublic abstract class Parameter<T> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getDefaultValue() |
String |
getName() |
T |
getValue(Properties properties) |
int |
hashCode() |
String |
toString() |
public Parameter(String name)
public String getName()
public T getDefaultValue()
public T getValue(Properties properties)
Copyright © 2008–2018. All rights reserved.