public class Mergepoint extends Object
| Constructor and Description | 
|---|
| Mergepoint(String name)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns the name of the merge point. | 
| String | toString()Returns a String representation of the Mergepoint for debugging purposes. | 
public Mergepoint(String name)
name - the name of the merge point, not null.NullPointerException - if the name is null.public String getName()
public String toString()
toString in class ObjectObject.toString()Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.