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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.csutils.core.model.ROAttribute
ROAttribute.Type
 
Method Summary
 java.lang.String getAssociationType()
           
 java.lang.String getAttributeKey()
           
 java.util.List<ROType> getTargetTypes()
           
 
Methods inherited from interface net.sf.csutils.core.model.ROAttribute
getMaxOccurs, getMinOccurs, getName, getType
 

Method Detail

getAssociationType

java.lang.String getAssociationType()

getAttributeKey

java.lang.String getAttributeKey()

getTargetTypes

java.util.List<ROType> getTargetTypes()


Copyright © 2009-2010. All Rights Reserved.