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

org.opencrx.kernel.generic.jmi1.EnableDisableCrxObjectParams Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.jmi1;

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.StructureMapper",
  date = "2023-10-28T12:15:39.315672594Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface EnableDisableCrxObjectParams
  extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code mode}.
   * @return The non-null value for structure field {@code mode}.
   */
  public short getMode(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code reason}.
   * @return The possibly null value for structure field {@code reason}.
   */
  public java.lang.String getReason(
  );


// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy