net.sf.csutils.core.model.impl
Class StaticRORelation
java.lang.Object
net.sf.csutils.core.model.impl.StaticROAttribute
net.sf.csutils.core.model.impl.StaticRORelation
- All Implemented Interfaces:
- ROAttribute, RORelation
public class StaticRORelation
- extends StaticROAttribute
- implements RORelation
Extension of StaticROAttribute
, which implements RORelation
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticRORelation
public StaticRORelation()
getAssociationType
public java.lang.String getAssociationType()
- Specified by:
getAssociationType
in interface RORelation
setAssociationType
public void setAssociationType(java.lang.String associationType)
getTargetTypes
public java.util.List<ROType> getTargetTypes()
- Specified by:
getTargetTypes
in interface RORelation
setTargetTypes
public void setTargetTypes(java.util.List<ROType> pTargetTypes)
getAttributeKey
public java.lang.String getAttributeKey()
- Specified by:
getAttributeKey
in interface RORelation
setAttributeKey
public void setAttributeKey(java.lang.String attributeKey)
getType
public ROAttribute.Type getType()
- Description copied from interface:
ROAttribute
- Returns the attribute type.
- Specified by:
getType
in interface ROAttribute
- Returns:
- The attributes type.
Copyright © 2009-2010. All Rights Reserved.