All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.home1.jmi1.WfBooleanParameterClass Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// ClassProxy/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.jmi1;

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.ClassMapper",
  date = "2023-10-28T12:15:37.892767333Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface WfBooleanParameterClass 
  extends javax.jmi.reflect.RefClass
{

  /**
   * Creates an instance of class {@code WfBooleanParameter}.
   * This is a factory operation used to create instance objects of class {@code WfBooleanParameter}.
   */
  public WfBooleanParameter createWfBooleanParameter(
  );

  /**
   * Creates an instance of class {@code WfBooleanParameter} based on the specified Object instance.
   * This is a factory operation used to create instance objects of class {@code WfBooleanParameter}.
   * @param object The Object instance this class is based on.
   */
  public WfBooleanParameter getWfBooleanParameter(
    Object object
  );
// ----------------------------------------------------------------------------
// ClassProxy/End.vm
// ----------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy