public interface Relation
Property
instances representing relation in the registry.
Intended for properties like Association
and Classification
.Modifier and Type | Method and Description |
---|---|
CascadeStyle |
getCascadeStyle()
Returns the cascade stype for this relation.
|
Property |
getPropery()
Returns the underlying
Property instance. |
void |
setCascadeStyle(CascadeStyle cascadeStyle)
Sets the cascade style for this relation.
|
CascadeStyle getCascadeStyle()
CascadeStyle
void setCascadeStyle(CascadeStyle cascadeStyle)
cascadeStyle
- the cascade style for this relation.