![JAR search and dependency download from the Maven repository](/logo.png)
org.opencrx.kernel.activity1.jmi1.MailingRecipientClass Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// ClassProxy/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.ClassMapper",
date = "2023-10-28T12:15:37.018204664Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface MailingRecipientClass
extends javax.jmi.reflect.RefClass
{
/**
* Creates an instance of class {@code MailingRecipient}.
* This is a factory operation used to create instance objects of class {@code MailingRecipient}.
*/
public MailingRecipient createMailingRecipient(
);
/**
* Creates an instance of class {@code MailingRecipient} based on the specified Object instance.
* This is a factory operation used to create instance objects of class {@code MailingRecipient}.
* @param object The Object instance this class is based on.
*/
public MailingRecipient getMailingRecipient(
Object object
);
// ----------------------------------------------------------------------------
// ClassProxy/End.vm
// ----------------------------------------------------------------------------
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy