org.openmdx.base.jmi1.ProviderClass Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// ClassProxy/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:08.609Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.base.jmi1;
public interface ProviderClass
extends javax.jmi.reflect.RefClass
{
/**
* Creates an instance of class Provider
.
* This is a factory operation used to create instance objects of class Provider
.
*/
public Provider createProvider(
);
/**
* Creates an instance of class Provider
based on the specified Object instance.
* This is a factory operation used to create instance objects of class Provider
.
* @param object The Object instance this class is based on.
*/
public Provider getProvider(
Object object
);
// ----------------------------------------------------------------------------
// ClassProxy/End.vm
// ----------------------------------------------------------------------------
}