public static class DocumentParameters.Parameter extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
Parameter()
Empty constructor for JAXB.
|
|
Parameter(String name,
String value)
Creates new instance of
DocumentParameters . |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the parameter name.
|
String |
getValue()
Returns the value of the parameter.
|
protected Parameter()
public Parameter(String name, String value)
DocumentParameters
.name
- value
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.