com.bonevich.erj.mof.impl.model
Class ErjKeyAttributesImpl
java.lang.Object
|
+--ru.novosoft.mdf.impl.MDFBaseObjectImpl
|
+--ru.novosoft.mdf.impl.MDFAssociationImpl
|
+--com.bonevich.erj.mof.impl.model.ErjKeyAttributesImpl
- All Implemented Interfaces:
- KeyAttributes, ru.novosoft.mdf.ext.MDFAssociation, ru.novosoft.mdf.ext.MDFBaseObject, javax.jmi.reflect.RefAssociation, javax.jmi.reflect.RefBaseObject
- public class ErjKeyAttributesImpl
- extends ru.novosoft.mdf.impl.MDFAssociationImpl
- implements KeyAttributes
| Fields inherited from class ru.novosoft.mdf.impl.MDFBaseObjectImpl |
repository |
| 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 |
ErjKeyAttributesImpl
public ErjKeyAttributesImpl(ru.novosoft.mdf.impl.MDFOutermostPackageImpl r)
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(KeyConstraint _key,
Attribute _attributes)
- Specified by:
exists in interface KeyAttributes
getAttributes
public final java.util.List getAttributes(KeyConstraint _Key)
- Specified by:
getAttributes in interface KeyAttributes
getKey
public final KeyConstraint getKey(Attribute _Attributes)
- Specified by:
getKey in interface KeyAttributes
remove
public final void remove(KeyConstraint _key,
Attribute _attributes)
- Specified by:
remove in interface KeyAttributes
add
public final void add(KeyConstraint _key,
Attribute _attributes)
- Specified by:
add in interface KeyAttributes
Copyright © 2001-2003 bonevich.com. All Rights Reserved.