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

org.opencrx.kernel.activity1.cci2.ExternalActivity Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// ----------------------------------------------------------------------------
// Instance/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:31 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.activity1.cci2;

/**
 * Class ExternalActivity
 */
public interface ExternalActivity
  extends org.opencrx.kernel.activity1.cci2.Activity{

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute reference.
   * @return The possibly null value for attribute reference.
   */
  public java.lang.String getReference(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute reference.
   * @param reference The possibly null new value for attribute reference.
   */
  public void setReference(
    java.lang.String reference
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy