com.softwareag.centrasite.appl.framework.mapping
Interface Relation

All Known Implementing Classes:
Association, AssociationMappedToAssociation, AssociationMappedToTarget, Classification, ClassificationAttribute, ClassificationEnum, ClassificationMappedToClassification, ClassificationMappedToConcept, ExternalLink, FileAttribute, Relationship

public interface Relation

Interface for Property instances representing relation in the registry. Intended for properties like Association and Classification.


Method Summary
 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.
 

Method Detail

getCascadeStyle

CascadeStyle getCascadeStyle()
Returns the cascade stype for this relation.

Returns:
CascadeStyle

setCascadeStyle

void setCascadeStyle(CascadeStyle cascadeStyle)
Sets the cascade style for this relation.

Parameters:
cascadeStyle -

getPropery

Property getPropery()
Returns the underlying Property instance.

Returns:
Property