net.sf.csutils.core.model.impl
Class StaticRORelation

java.lang.Object
  extended by net.sf.csutils.core.model.impl.StaticROAttribute
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.csutils.core.model.ROAttribute
ROAttribute.Type
 
Constructor Summary
StaticRORelation()
           
 
Method Summary
 java.lang.String getAssociationType()
           
 java.lang.String getAttributeKey()
           
 java.util.List<ROType> getTargetTypes()
           
 ROAttribute.Type getType()
          Returns the attribute type.
 void setAssociationType(java.lang.String associationType)
           
 void setAttributeKey(java.lang.String attributeKey)
           
 void setTargetTypes(java.util.List<ROType> pTargetTypes)
           
 
Methods inherited from class net.sf.csutils.core.model.impl.StaticROAttribute
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.csutils.core.model.ROAttribute
getMaxOccurs, getMinOccurs, getName
 

Constructor Detail

StaticRORelation

public StaticRORelation()
Method Detail

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.