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

All Superinterfaces:
javax.jmi.reflect.RefAssociation, javax.jmi.reflect.RefBaseObject
All Known Implementing Classes:
ErjContainsRelationsImpl

public interface ContainsRelations
extends javax.jmi.reflect.RefAssociation


Method Summary
 void add(Schema _Schema, Relation _Relations)
           
 boolean exists(Schema _Schema, Relation _Relations)
           
 java.util.List getRelations(Schema _Schema)
           
 Schema getSchema(Relation _Relations)
           
 void remove(Schema _Schema, Relation _Relations)
           
 
Methods inherited from interface javax.jmi.reflect.RefAssociation
refAddLink, refAllLinks, refLinkExists, refQuery, refQuery, refRemoveLink
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerify
 

Method Detail

exists

public boolean exists(Schema _Schema,
                      Relation _Relations)

getSchema

public Schema getSchema(Relation _Relations)

getRelations

public java.util.List getRelations(Schema _Schema)

add

public void add(Schema _Schema,
                Relation _Relations)

remove

public void remove(Schema _Schema,
                   Relation _Relations)


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