public interface Relation<Out extends Entity,In extends Entity> extends BaseRelation<Out,In>
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
PROPAGATION_CONSTRAINT |
SOURCE_PROPERTY, TARGET_PROPERTYHEADER_PROPERTYCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties()
Return all properties.
|
Object |
getAdditionalProperty(String key)
Return the value of the given property.
|
PropagationConstraint |
getPropagationConstraint() |
Out |
getSource() |
In |
getTarget() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set all properties, replacing existing ones
|
void |
setAdditionalProperty(String key,
Object value)
Set the value of the given property.
|
void |
setSource(Out source) |
void |
setTarget(In target) |
getHeaderstatic final String NAME
static final String PROPAGATION_CONSTRAINT
Out getSource()
void setSource(Out source)
In getTarget()
void setTarget(In target)
PropagationConstraint getPropagationConstraint()
Map<String,Object> getAdditionalProperties()
void setAdditionalProperties(Map<String,Object> additionalProperties)
Object getAdditionalProperty(String key)
key - the key of the requested propertyCopyright © 2019. All Rights Reserved.