org.openmdx.compatibility.jmi
Interface CompatibilityPackage

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefPackage
All Known Implementing Classes:
compatibilityPackageImpl

public interface CompatibilityPackage
extends javax.jmi.reflect.RefPackage


Field Summary
static String AUTHORITY_XRI
          The AUTHORITY_XRI "xri://@openmdx*org.openmdx.compatibility" may be used to look up the Authority the package CompatibilityPackage belongs to:
 
Method Summary
 
Methods inherited from interface javax.jmi.reflect.RefPackage
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Field Detail

AUTHORITY_XRI

static final String AUTHORITY_XRI
The AUTHORITY_XRI "xri://@openmdx*org.openmdx.compatibility" may be used to look up the Authority the package CompatibilityPackage belongs to:

   org.openmdx.base.cci.Authority compatibilityAuthority = (org.openmdx.base.cci.Authority)persistenceManager.getObjectById(
     org.openmdx.base.cci.Authority.class,
     CompatibilityPackage.AUTHORITY_XRI
   );
   CompatibilityPackage compatibilityPackage = (CompatibilityPackage)compatibilityAuthority.getPackage();
 

See Also:
PersistenceManager.getObjectById(java.lang.Class,java.lang.Object), Constant Field Values


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.