com.rapidtransform.core.meta.def
Class BaseMetaRelation

java.lang.Object
  extended by com.rapidtransform.core.meta.def.BaseMetaClass
      extended by com.rapidtransform.core.meta.def.BaseMetaRelation
All Implemented Interfaces:
MetaClass, MetaRelation

public class BaseMetaRelation
extends BaseMetaClass
implements MetaRelation

Author:
Steve Werner

Constructor Summary
BaseMetaRelation()
           
 
Method Summary
 QName getTargetType()
           
 void setTargetType(QName targetType)
           
 
Methods inherited from class com.rapidtransform.core.meta.def.BaseMetaClass
getDescription, getDisplay, getExtendsClass, getJavaClass, getName, getProperties, getRelations, isSearchable, setDescription, setDisplay, setExtendsClass, setJavaClass, setName, setProperties, setRelations, setSearchable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.rapidtransform.core.meta.MetaClass
getDescription, getDisplay, getExtendsClass, getJavaClass, getName, getProperties, getRelations, isSearchable
 

Constructor Detail

BaseMetaRelation

public BaseMetaRelation()
Method Detail

getTargetType

public QName getTargetType()
Specified by:
getTargetType in interface MetaRelation
Returns:
Returns the targetType.

setTargetType

public void setTargetType(QName targetType)
Parameters:
targetType - The targetType to set.