All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmdx.security.jmi1.SecurityPackage Maven / Gradle / Ivy

// ----------------------------------------------------------------------------
// Package/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
 /**
  * The AUTHORITY_XRI "xri://@openmdx*org.openmdx.security" may be used to look up the Authority the package org:openmdx:security:security belongs to:
  * 

*

  *   org.openmdx.base.jmi1.Authority securityAuthority = (org.openmdx.base.jmi1.Authority)persistenceManager.getObjectById(
  *     org.openmdx.base.jmi1.Authority.class,
  *     SecurityPackage.AUTHORITY_XRI
  *   );
  *   SecurityPackage securityPackage = (SecurityPackage)securityAuthority.getPackage();
  * 
*

* * @see javax.jdo.PersistenceManager#getObjectById(java.lang.Class,java.lang.Object) */ package org.openmdx.security.jmi1; public interface SecurityPackage extends javax.jmi.reflect.RefPackage { /** * The AUTHORITY_XRI "xri://@openmdx*org.openmdx.security" may be used to look up the Authority the package org:openmdx:security:security belongs to: *

*/ java.lang.String AUTHORITY_XRI = "xri://@openmdx*org.openmdx.security"; // ---------------------------------------------------------------------------- // Package/End.vm // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy