org.opencrx.kernel.account1.cci2.CompetitorQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code CompetitorQuery} selects a set of instances of class {@code Competitor} 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.712525193Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CompetitorQuery
extends org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Competitor} testing whether the feature {@code account} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate account(
);
/**
* Adds a condition for the feature {@code account} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code account} 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.AccountQuery thereExistsAccount(
);
/**
* Adds a condition for the feature {@code account} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code account} 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.AccountQuery forAllAccount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code competitorState} to the predicate. The predicate for {@code Competitor} evaluates {@code true} if its value of feature {@code competitorState} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate competitorState(
);
/**
* Allows to adds a sort instruction for {@code Competitor} depending the feature {@code competitorState}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCompetitorState(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Competitor} testing whether the feature {@code contact} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate contact(
);
/**
* Adds a condition for the feature {@code contact} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code contact} 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.ContactQuery thereExistsContact(
);
/**
* Adds a condition for the feature {@code contact} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code contact} 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.ContactQuery forAllContact(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Competitor} 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 Competitor}, 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 Competitor}, 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 Competitor} 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 Competitor} testing whether the value of the feature {@code keyProduct} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate keyProduct(
);
/**
* Adds a condition for the feature {@code keyProduct} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code keyProduct} 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 thereExistsKeyProduct(
);
/**
* Adds a condition for the feature {@code keyProduct} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code keyProduct} 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 forAllKeyProduct(
);
/**
* Allows to adds a sort instruction for {@code Competitor} depending the feature {@code keyProduct}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByKeyProduct(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code Competitor} 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 Competitor} 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 to the predicate for {@code Competitor} testing whether the value of the feature {@code opportunities} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate opportunities(
);
/**
* Adds a condition for the feature {@code opportunities} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code opportunities} 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 thereExistsOpportunities(
);
/**
* Adds a condition for the feature {@code opportunities} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code opportunities} 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 forAllOpportunities(
);
/**
* Allows to adds a sort instruction for {@code Competitor} depending the feature {@code opportunities}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByOpportunities(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Competitor} testing whether the value of the feature {@code strengths} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate strengths(
);
/**
* Adds a condition for the feature {@code strengths} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code strengths} 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 thereExistsStrengths(
);
/**
* Adds a condition for the feature {@code strengths} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code strengths} 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 forAllStrengths(
);
/**
* Allows to adds a sort instruction for {@code Competitor} depending the feature {@code strengths}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByStrengths(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Competitor} testing whether the value of the feature {@code threats} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate threats(
);
/**
* Adds a condition for the feature {@code threats} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code threats} 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 thereExistsThreats(
);
/**
* Adds a condition for the feature {@code threats} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code threats} 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 forAllThreats(
);
/**
* Allows to adds a sort instruction for {@code Competitor} depending the feature {@code threats}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByThreats(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Competitor} testing whether the value of the feature {@code weaknesses} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate weaknesses(
);
/**
* Adds a condition for the feature {@code weaknesses} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code weaknesses} 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 thereExistsWeaknesses(
);
/**
* Adds a condition for the feature {@code weaknesses} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code weaknesses} 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 forAllWeaknesses(
);
/**
* Allows to adds a sort instruction for {@code Competitor} depending the feature {@code weaknesses}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByWeaknesses(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Competitor} testing whether the value of the feature {@code winPercentage} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate winPercentage(
);
/**
* Adds a condition for the feature {@code winPercentage} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code winPercentage} 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.ComparableTypePredicate thereExistsWinPercentage(
);
/**
* Adds a condition for the feature {@code winPercentage} to the predicate for {@code Competitor}, which evaluates to {@code false} unless the value of the feature {@code winPercentage} 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.ComparableTypePredicate forAllWinPercentage(
);
/**
* Allows to adds a sort instruction for {@code Competitor} depending the feature {@code winPercentage}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByWinPercentage(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}