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

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

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

/**
 * A {@code ActivityGroupAssignmentQuery} selects a set of instances of class {@code ActivityGroupAssignment} 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.010080326Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityGroupAssignmentQuery
  extends org.opencrx.kernel.generic.cci2.CrxObjectQuery
{

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

  /**
   * Adds a condition for the feature {@code activityGroup} to the predicate for {@code ActivityGroupAssignment}, which evaluates to {@code false} unless the value of the feature {@code activityGroup} 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.activity1.cci2.ActivityGroupQuery thereExistsActivityGroup( ); /** * Adds a condition for the feature {@code activityGroup} to the predicate for {@code ActivityGroupAssignment}, which evaluates to {@code false} unless the value of the feature {@code activityGroup} 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.activity1.cci2.ActivityGroupQuery forAllActivityGroup( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy