public static final class Relationship.Blueprint extends AbstractElement.Blueprint
| Modifier and Type | Class and Description |
|---|---|
static class |
Relationship.Blueprint.Builder |
| Constructor and Description |
|---|
Blueprint(Relationships.Direction direction,
String name,
CanonicalPath otherEnd,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
Relationships.Direction |
getDirection() |
String |
getName() |
CanonicalPath |
getOtherEnd() |
getPropertiespublic Blueprint(Relationships.Direction direction, String name, CanonicalPath otherEnd, Map<String,Object> properties)
public String getName()
public Relationships.Direction getDirection()
public CanonicalPath getOtherEnd()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
accept in class AbstractElement.BlueprintCopyright © 2015 Red Hat, Inc.. All rights reserved.