org.openmdx.security.jmi1.SecurityPackage Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Package/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.PackageMapper 2.17.7
// Generated at 2020-11-27T16:04:30.530Z
//
// 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