public class Parameter extends Object implements Serializable, Cloneable
This data type is used in the LocalizedText data type.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Parameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the variable that is being replaced.
|
String |
getValue()
The value assigned to the variable that is being replaced.
|
int |
hashCode() |
void |
setName(String name)
The name of the variable that is being replaced.
|
void |
setValue(String value)
The value assigned to the variable that is being replaced.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Parameter |
withName(String name)
The name of the variable that is being replaced.
|
Parameter |
withValue(String value)
The value assigned to the variable that is being replaced.
|
public void setName(String name)
The name of the variable that is being replaced.
name
- The name of the variable that is being replaced.public String getName()
The name of the variable that is being replaced.
public Parameter withName(String name)
The name of the variable that is being replaced.
name
- The name of the variable that is being replaced.public void setValue(String value)
The value assigned to the variable that is being replaced.
value
- The value assigned to the variable that is being replaced.public String getValue()
The value assigned to the variable that is being replaced.
public Parameter withValue(String value)
The value assigned to the variable that is being replaced.
value
- The value assigned to the variable that is being replaced.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.