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

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

There is a newer version: 5.3.0
Show newest version
// ----------------------------------------------------------------------------
// ClassProxy/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Thu Mar 26 09:33:40 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.home1.jmi1;

public interface TimerClass 
  extends javax.jmi.reflect.RefClass
{

  /**
   * Creates an instance of class Timer.
   * This is a factory operation used to create instance objects of class Timer.
   */
  public Timer createTimer(
  );

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy