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

org.opencrx.kernel.contract1.cci2.SalesOrderCreateInvoiceResultQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;

/**
 * A {@code SalesOrderCreateInvoiceResultQuery} selects a set of instances of class {@code SalesOrderCreateInvoiceResult} based on conditions to be met by their attributes. 
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.QueryMapper",
  date = "2023-10-28T12:15:36.639946191Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SalesOrderCreateInvoiceResultQuery
  extends org.w3c.cci2.AnyTypePredicate
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint for the feature {@code invoice} to the predicate. The predicate for {@code SalesOrderCreateInvoiceResult} evaluates {@code true} if its value of feature {@code invoice} satisfies the selected condition.
   */
  public org.opencrx.kernel.contract1.cci2.InvoiceQuery invoice(
  );

// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy