org.opencrx.kernel.account1.cci2.MoveAddressParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code MoveAddressParamsQuery} selects a set of instances of class {@code MoveAddressParams} 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.646682535Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface MoveAddressParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code MoveAddressParams} testing whether the value of the feature {@code targetAddress} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate targetAddress(
);
/**
* Adds a condition for the feature {@code targetAddress} to the predicate for {@code MoveAddressParams}, which evaluates to {@code false} unless the value of the feature {@code targetAddress} 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.AccountAddressQuery thereExistsTargetAddress(
);
/**
* Adds a condition for the feature {@code targetAddress} to the predicate for {@code MoveAddressParams}, which evaluates to {@code false} unless the value of the feature {@code targetAddress} 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.AccountAddressQuery forAllTargetAddress(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code MoveAddressParams} testing whether the value of the feature {@code updateRelationshipsBefore} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate updateRelationshipsBefore(
);
/**
* Adds a condition for the feature {@code updateRelationshipsBefore} to the predicate for {@code MoveAddressParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsBefore} 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 thereExistsUpdateRelationshipsBefore(
);
/**
* Adds a condition for the feature {@code updateRelationshipsBefore} to the predicate for {@code MoveAddressParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsBefore} 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 forAllUpdateRelationshipsBefore(
);
/**
* Allows to adds a sort instruction for {@code MoveAddressParams} depending the feature {@code updateRelationshipsBefore}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByUpdateRelationshipsBefore(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code MoveAddressParams} testing whether the value of the feature {@code updateRelationshipsSince} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate updateRelationshipsSince(
);
/**
* Adds a condition for the feature {@code updateRelationshipsSince} to the predicate for {@code MoveAddressParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsSince} 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 thereExistsUpdateRelationshipsSince(
);
/**
* Adds a condition for the feature {@code updateRelationshipsSince} to the predicate for {@code MoveAddressParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsSince} 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 forAllUpdateRelationshipsSince(
);
/**
* Allows to adds a sort instruction for {@code MoveAddressParams} depending the feature {@code updateRelationshipsSince}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByUpdateRelationshipsSince(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}