org.opencrx.kernel.base.jmi1.IndexEntryClass Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// ClassProxy/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.ClassMapper",
date = "2023-10-28T12:15:38.289120533Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface IndexEntryClass
extends javax.jmi.reflect.RefClass
{
/**
* Creates an instance of class {@code IndexEntry}.
* This is a factory operation used to create instance objects of class {@code IndexEntry}.
*/
public IndexEntry createIndexEntry(
);
/**
* Creates an instance of class {@code IndexEntry} based on the specified Object instance.
* This is a factory operation used to create instance objects of class {@code IndexEntry}.
* @param object The Object instance this class is based on.
*/
public IndexEntry getIndexEntry(
Object object
);
// ----------------------------------------------------------------------------
// ClassProxy/End.vm
// ----------------------------------------------------------------------------
}