public class DRParameter<T> extends Object implements DRIParameter<T>
DRParameter class.
| Constructor and Description |
|---|
DRParameter(String name,
Class<T> valueClass)
Constructor for DRParameter.
|
DRParameter(String name,
T value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
getName.
|
T |
getValue()
getValue.
|
Class<T> |
getValueClass()
getValueClass.
|
public String getName()
getName.
public Class<T> getValueClass()
getValueClass.
getValueClass in interface DRIParameter<T>Class object.public T getValue()
getValue.
getValue in interface DRIParameter<T>Copyright © 2010–2021. All rights reserved.