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

net.rfc.jmi1.RfcPackage Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Package/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.PackageMapper 2.17.7
// Generated at 2020-11-27T16:04:08.744Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
 /**
  * The AUTHORITY_XRI "xri://@openmdx*net.rfc" may be used to look up the Authority the package net:rfc:rfc belongs to:
  * 

*

  *   org.openmdx.base.jmi1.Authority rfcAuthority = (org.openmdx.base.jmi1.Authority)persistenceManager.getObjectById(
  *     org.openmdx.base.jmi1.Authority.class,
  *     RfcPackage.AUTHORITY_XRI
  *   );
  *   RfcPackage rfcPackage = (RfcPackage)rfcAuthority.getPackage();
  * 
*

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

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy