com.bonevich.erj.mof.interfaces.model
Interface ForeignKey

All Superinterfaces:
KeyConstraint, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Implementing Classes:
ErjForeignKeyImpl

public interface ForeignKey
extends KeyConstraint


Method Summary
 Cardinality getCardinality()
           
 java.util.List getReferent()
           
 void setCardinality(Cardinality newValue)
           
 
Methods inherited from interface com.bonevich.erj.mof.interfaces.model.KeyConstraint
getAttributes, getRelation, setRelation
 
Methods inherited from interface com.bonevich.erj.mof.interfaces.model.ModelElement
getDescription, getIdentifier, getName, setDescription, setIdentifier, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refDelete, refGetClass, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerify
 

Method Detail

getCardinality

public Cardinality getCardinality()

setCardinality

public void setCardinality(Cardinality newValue)

getReferent

public java.util.List getReferent()


Copyright © 2001-2003 bonevich.com. All Rights Reserved.