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