public class Parameter extends Object implements TransformParameterSpec
| Constructor and Description |
|---|
Parameter()
Creates a new instance of Parameter
|
Parameter(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParamName() |
String |
getParamValue() |
void |
setParamName(String paramName) |
void |
setParamValue(String paramValue) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.