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

org.opencrx.kernel.uom1.cci2.UomQuery Maven / Gradle / Ivy

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

/**
 * A {@code UomQuery} selects a set of instances of class {@code Uom} 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:35.916652599Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface UomQuery
  extends org.opencrx.kernel.base.cci2.ExporterQuery,
    org.opencrx.kernel.base.cci2.ImporterQuery,
    org.opencrx.kernel.base.cci2.SecureObjectQuery,
    org.opencrx.kernel.generic.cci2.DescriptionContainerQuery,
    org.openmdx.base.cci2.BasicObjectQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code Uom} testing whether the value of the feature {@code baseUom} is {@code null} or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate baseUom(
  );

  /**
   * Adds a condition for the feature {@code baseUom} to the predicate for {@code Uom}, which evaluates to {@code false} unless the value of the feature {@code baseUom} satisfies the given condition.
   * 

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.opencrx.kernel.uom1.cci2.UomQuery thereExistsBaseUom( ); /** * Adds a condition for the feature {@code baseUom} to the predicate for {@code Uom}, which evaluates to {@code false} unless the value of the feature {@code baseUom} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.opencrx.kernel.uom1.cci2.UomQuery forAllBaseUom( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Uom} testing whether the value of the feature {@code description} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate description( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code Uom}, which evaluates to {@code false} unless the value of the feature {@code description} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsDescription( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code Uom}, which evaluates to {@code false} unless the value of the feature {@code description} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllDescription( ); /** * Allows to adds a sort instruction for {@code Uom} depending the feature {@code description} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Uom} testing whether the value of the feature {@code detailedDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate detailedDescription( ); /** * Adds a condition for the feature {@code detailedDescription} to the predicate for {@code Uom}, which evaluates to {@code false} unless the value of the feature {@code detailedDescription} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsDetailedDescription( ); /** * Adds a condition for the feature {@code detailedDescription} to the predicate for {@code Uom}, which evaluates to {@code false} unless the value of the feature {@code detailedDescription} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllDetailedDescription( ); /** * Allows to adds a sort instruction for {@code Uom} depending the feature {@code detailedDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDetailedDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code isScheduleBaseUom} to the predicate. The predicate for {@code Uom} evaluates {@code true} if its value of feature {@code isScheduleBaseUom} satisfies the selected condition. */ public org.w3c.cci2.BooleanTypePredicate isScheduleBaseUom( ); /** * Allows to adds a sort instruction for {@code Uom} depending the feature {@code isScheduleBaseUom} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByIsScheduleBaseUom( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code Uom} evaluates {@code true} if its value of feature {@code name} satisfies the selected condition. */ public org.w3c.cci2.StringTypePredicate name( ); /** * Allows to adds a sort instruction for {@code Uom} depending the feature {@code name} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code quantity} to the predicate. The predicate for {@code Uom} evaluates {@code true} if its value of feature {@code quantity} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate quantity( ); /** * Allows to adds a sort instruction for {@code Uom} depending the feature {@code quantity} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByQuantity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code uomSchedule} to the predicate. The predicate for {@code Uom} evaluates {@code true} if its value of feature {@code uomSchedule} satisfies the selected condition. */ public org.opencrx.kernel.uom1.cci2.UomScheduleQuery uomSchedule( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy