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