public static final class DataEntity.Blueprint<DataRole extends DataEntity.Role> extends AbstractElement.Blueprint
| Modifier and Type | Class and Description |
|---|---|
static class |
DataEntity.Blueprint.Builder<R extends DataEntity.Role> |
| Constructor and Description |
|---|
Blueprint(DataRole role,
StructuredData value,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
static <R extends DataEntity.Role> |
builder() |
DataEntity.Role |
getRole() |
StructuredData |
getValue() |
getPropertiespublic Blueprint(DataRole role, StructuredData value, Map<String,Object> properties)
public static <R extends DataEntity.Role> DataEntity.Blueprint.Builder<R> builder()
public StructuredData getValue()
public DataEntity.Role getRole()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
Copyright © 2015 Red Hat, Inc.. All rights reserved.