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

org.openmdx.base.jmi1.Aspect Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.598Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.base.jmi1;

/**
 * Abstract class Aspect
 */
public interface Aspect
  extends org.openmdx.base.cci2.Aspect,
    org.openmdx.base.accessor.jmi.cci.RefObject_1_0{

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference core.
   * @return The non-null value for this reference.
   */
  public org.openmdx.base.jmi1.AspectCapable getCore(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference core.
   * @param core The new non-null value for this reference.
   */
  public void setCore(
    org.openmdx.base.cci2.AspectCapable core
  );

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy