net.sf.csutils.core.model
Interface RORelation
- All Superinterfaces:
- ROAttribute
- All Known Implementing Classes:
- StaticRORelation
public interface RORelation
- extends ROAttribute
Extension of ROAttribute
; you may cast an ROAttribute
to an RORelation
if, and only if, its type
is ROAttribute.Type.relation
.
getAssociationType
java.lang.String getAssociationType()
getAttributeKey
java.lang.String getAttributeKey()
getTargetTypes
java.util.List<ROType> getTargetTypes()
Copyright © 2009-2010. All Rights Reserved.