Constructor and Description |
---|
Parameter(String name,
String value)
Constructs a new parameter based on the provided values.
|
public Parameter(String name, String value)
name
- the name of the parameter (may not be null
).value
- the value of the parameter (may be null
).IllegalArgumentException
- if name is null
.Copyright © 2014 Oracle Corporation. All rights reserved.