public class PumlNodeInfo extends Object
| Constructor and Description |
|---|
PumlNodeInfo(String component,
String label,
String stereotype) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponent() |
String |
getLabel() |
String |
getStereotype() |
static PumlNodeInfo |
parse(String serialized) |
String |
toString() |
PumlNodeInfo |
withComponent(String component) |
PumlNodeInfo |
withLabel(String label) |
PumlNodeInfo |
withStereotype(String stereotype) |
public String getComponent()
public String getLabel()
public String getStereotype()
public PumlNodeInfo withComponent(String component)
public PumlNodeInfo withLabel(String label)
public PumlNodeInfo withStereotype(String stereotype)
public static PumlNodeInfo parse(String serialized)
Copyright © 2017. All rights reserved.