AliasReplacementPair
Leave feedback
On this page
Inheritance: java.lang.Object
public class AliasReplacementPair
Represents an alias/replacement pair.
| Constructor | Description |
|---|---|
| AliasReplacementPair(String alias, String replacement) | Initializes a new instance of the |
| AliasReplacementPair | |
| class. | |
| Method | Description |
|---|---|
| getAlias() | Gets the alias. |
| getReplacement() | Gets the replacement. |
public AliasReplacementPair(String alias, String replacement)
Initializes a new instance of the AliasReplacementPair class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| alias | java.lang.String | The alias to be replaced. |
| replacement | java.lang.String | The replacement. |
public final String getAlias()
Gets the alias.
Returns: java.lang.String - The alias.
public final String getReplacement()
Gets the replacement.
Returns: java.lang.String - The replacement.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.