com.bonevich.erj.mof.impl.model
Class ErjContainsDomainsImpl

java.lang.Object
  |
  +--ru.novosoft.mdf.impl.MDFBaseObjectImpl
        |
        +--ru.novosoft.mdf.impl.MDFAssociationImpl
              |
              +--com.bonevich.erj.mof.impl.model.ErjContainsDomainsImpl
All Implemented Interfaces:
ContainsDomains, ru.novosoft.mdf.ext.MDFAssociation, ru.novosoft.mdf.ext.MDFBaseObject, javax.jmi.reflect.RefAssociation, javax.jmi.reflect.RefBaseObject

public class ErjContainsDomainsImpl
extends ru.novosoft.mdf.impl.MDFAssociationImpl
implements ContainsDomains


Field Summary
 
Fields inherited from class ru.novosoft.mdf.impl.MDFBaseObjectImpl
repository
 
Constructor Summary
ErjContainsDomainsImpl(ru.novosoft.mdf.impl.MDFOutermostPackageImpl r)
           
 
Method Summary
 void add(Schema _schema, Domain _domains)
           
 boolean exists(Schema _schema, Domain _domains)
           
 java.util.List getDomains(Schema _Schema)
           
 Schema getSchema(Domain _Domains)
           
 java.lang.Class mdfGetInterfaceClass()
           
 java.lang.String mdfGetMofName()
           
 void refAddLink(javax.jmi.reflect.RefObject endOne, javax.jmi.reflect.RefObject endTwo)
           
 javax.jmi.reflect.RefPackage refImmediatePackage()
           
 boolean refLinkExists(javax.jmi.reflect.RefObject endOne, javax.jmi.reflect.RefObject endTwo)
           
 java.lang.String refMofId()
           
 javax.jmi.reflect.RefPackage refOutermostPackage()
           
 java.util.Collection refQuery(javax.jmi.reflect.RefObject queryEnd, javax.jmi.reflect.RefObject queryObject)
           
 java.util.Collection refQuery(java.lang.String queryEnd, javax.jmi.reflect.RefObject queryObject)
           
 void refRemoveLink(javax.jmi.reflect.RefObject endOne, javax.jmi.reflect.RefObject endTwo)
           
 void remove(Schema _schema, Domain _domains)
           
 
Methods inherited from class ru.novosoft.mdf.impl.MDFAssociationImpl
internalAddLink, internalRemoveLink, refAllLinks, refMetaObject, refVerify
 
Methods inherited from class ru.novosoft.mdf.impl.MDFBaseObjectImpl
bagdiff, bagdiff, checkQualifiedName, checkQualifiedName, checkQualifiedName, checkQualifiedName, checkQualifiedName, checkQualifiedName, checkQualifiedName, checkQualifiedName, collectionSetting, mdfGetMethod0, mdfGetMethod1, mdfGetMethod2, mdfGetOutermostPackage, scopy, scopy, scopy, ucopy, ucopy, ucopy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jmi.reflect.RefAssociation
refAllLinks
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refMetaObject, refVerify
 
Methods inherited from interface ru.novosoft.mdf.ext.MDFBaseObject
mdfGetOutermostPackage
 

Constructor Detail

ErjContainsDomainsImpl

public ErjContainsDomainsImpl(ru.novosoft.mdf.impl.MDFOutermostPackageImpl r)
Method Detail

mdfGetInterfaceClass

public java.lang.Class mdfGetInterfaceClass()
Specified by:
mdfGetInterfaceClass in interface ru.novosoft.mdf.ext.MDFBaseObject
Specified by:
mdfGetInterfaceClass in class ru.novosoft.mdf.impl.MDFBaseObjectImpl

refOutermostPackage

public javax.jmi.reflect.RefPackage refOutermostPackage()
Specified by:
refOutermostPackage in interface javax.jmi.reflect.RefBaseObject
Specified by:
refOutermostPackage in class ru.novosoft.mdf.impl.MDFBaseObjectImpl

refImmediatePackage

public javax.jmi.reflect.RefPackage refImmediatePackage()
Specified by:
refImmediatePackage in interface javax.jmi.reflect.RefBaseObject
Specified by:
refImmediatePackage in class ru.novosoft.mdf.impl.MDFBaseObjectImpl

mdfGetMofName

public java.lang.String mdfGetMofName()
Specified by:
mdfGetMofName in class ru.novosoft.mdf.impl.MDFAssociationImpl

refMofId

public java.lang.String refMofId()
Specified by:
refMofId in interface javax.jmi.reflect.RefBaseObject
Specified by:
refMofId in class ru.novosoft.mdf.impl.MDFBaseObjectImpl

refLinkExists

public final boolean refLinkExists(javax.jmi.reflect.RefObject endOne,
                                   javax.jmi.reflect.RefObject endTwo)
Specified by:
refLinkExists in interface javax.jmi.reflect.RefAssociation
Specified by:
refLinkExists in class ru.novosoft.mdf.impl.MDFAssociationImpl

refQuery

public final java.util.Collection refQuery(javax.jmi.reflect.RefObject queryEnd,
                                           javax.jmi.reflect.RefObject queryObject)
Specified by:
refQuery in interface javax.jmi.reflect.RefAssociation
Specified by:
refQuery in class ru.novosoft.mdf.impl.MDFAssociationImpl

refQuery

public final java.util.Collection refQuery(java.lang.String queryEnd,
                                           javax.jmi.reflect.RefObject queryObject)
Specified by:
refQuery in interface javax.jmi.reflect.RefAssociation
Specified by:
refQuery in class ru.novosoft.mdf.impl.MDFAssociationImpl

refRemoveLink

public final void refRemoveLink(javax.jmi.reflect.RefObject endOne,
                                javax.jmi.reflect.RefObject endTwo)
                         throws javax.jmi.reflect.NotFoundException
Specified by:
refRemoveLink in interface javax.jmi.reflect.RefAssociation
Specified by:
refRemoveLink in class ru.novosoft.mdf.impl.MDFAssociationImpl
javax.jmi.reflect.NotFoundException

refAddLink

public final void refAddLink(javax.jmi.reflect.RefObject endOne,
                             javax.jmi.reflect.RefObject endTwo)
Specified by:
refAddLink in interface javax.jmi.reflect.RefAssociation
Specified by:
refAddLink in class ru.novosoft.mdf.impl.MDFAssociationImpl

exists

public final boolean exists(Schema _schema,
                            Domain _domains)
Specified by:
exists in interface ContainsDomains

getDomains

public final java.util.List getDomains(Schema _Schema)
Specified by:
getDomains in interface ContainsDomains

getSchema

public final Schema getSchema(Domain _Domains)
Specified by:
getSchema in interface ContainsDomains

remove

public final void remove(Schema _schema,
                         Domain _domains)
Specified by:
remove in interface ContainsDomains

add

public final void add(Schema _schema,
                      Domain _domains)
Specified by:
add in interface ContainsDomains


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