org.opencrx.kernel.activity1.cci2.SalesVisitQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code SalesVisitQuery} selects a set of instances of class {@code SalesVisit} 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.041578081Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SalesVisitQuery
extends org.opencrx.kernel.activity1.cci2.MeetingQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesVisit} testing whether the feature {@code competitor} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate competitor(
);
/**
* Adds a condition for the feature {@code competitor} to the predicate for {@code SalesVisit}, which evaluates to {@code false} unless the value of the feature {@code competitor} 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.account1.cci2.CompetitorQuery thereExistsCompetitor(
);
/**
* Adds a condition for the feature {@code competitor} to the predicate for {@code SalesVisit}, which evaluates to {@code false} unless the value of the feature {@code competitor} 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.account1.cci2.CompetitorQuery forAllCompetitor(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}