org.opencrx.kernel.address1.cci2.AddressableQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.address1.cci2;
/**
* A {@code AddressableQuery} selects a set of instances of class {@code Addressable} 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.102817316Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AddressableQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code building} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate building(
);
/**
* Adds a condition for the feature {@code building} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code building} 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.building1.cci2.AbstractBuildingUnitQuery thereExistsBuilding(
);
/**
* Adds a condition for the feature {@code building} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code building} 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.building1.cci2.AbstractBuildingUnitQuery forAllBuilding(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} 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 Addressable}, 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 Addressable}, 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 Addressable} 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 for the feature {@code isMain} to the predicate. The predicate for {@code Addressable} evaluates {@code true} if its value of feature {@code isMain} satisfies the selected condition.
*/
public org.w3c.cci2.BooleanTypePredicate isMain(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code isMain}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsMain(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code region1} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate region1(
);
/**
* Adds a condition for the feature {@code region1} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code region1} 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 thereExistsRegion1(
);
/**
* Adds a condition for the feature {@code region1} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code region1} 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 forAllRegion1(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code region1}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByRegion1(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code region2} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate region2(
);
/**
* Adds a condition for the feature {@code region2} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code region2} 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 thereExistsRegion2(
);
/**
* Adds a condition for the feature {@code region2} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code region2} 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 forAllRegion2(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code region2}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByRegion2(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code region3} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate region3(
);
/**
* Adds a condition for the feature {@code region3} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code region3} 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 thereExistsRegion3(
);
/**
* Adds a condition for the feature {@code region3} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code region3} 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 forAllRegion3(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code region3}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByRegion3(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code regionType1} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate regionType1(
);
/**
* Adds a condition for the feature {@code regionType1} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code regionType1} 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.code1.cci2.CodeValueContainerQuery thereExistsRegionType1(
);
/**
* Adds a condition for the feature {@code regionType1} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code regionType1} 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.code1.cci2.CodeValueContainerQuery forAllRegionType1(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code regionType2} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate regionType2(
);
/**
* Adds a condition for the feature {@code regionType2} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code regionType2} 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.code1.cci2.CodeValueContainerQuery thereExistsRegionType2(
);
/**
* Adds a condition for the feature {@code regionType2} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code regionType2} 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.code1.cci2.CodeValueContainerQuery forAllRegionType2(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code regionType3} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate regionType3(
);
/**
* Adds a condition for the feature {@code regionType3} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code regionType3} 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.code1.cci2.CodeValueContainerQuery thereExistsRegionType3(
);
/**
* Adds a condition for the feature {@code regionType3} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code regionType3} 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.code1.cci2.CodeValueContainerQuery forAllRegionType3(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code salutationForCorrespondance} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate salutationForCorrespondance(
);
/**
* Adds a condition for the feature {@code salutationForCorrespondance} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code salutationForCorrespondance} 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 thereExistsSalutationForCorrespondance(
);
/**
* Adds a condition for the feature {@code salutationForCorrespondance} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code salutationForCorrespondance} 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 forAllSalutationForCorrespondance(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code salutationForCorrespondance}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderBySalutationForCorrespondance(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code tz} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate tz(
);
/**
* Adds a condition for the feature {@code tz} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code tz} 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 thereExistsTz(
);
/**
* Adds a condition for the feature {@code tz} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code tz} 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 forAllTz(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code tz}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByTz(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the feature {@code usage} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate usage(
);
/**
* Adds a condition for the feature {@code usage} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the values of the feature {@code usage} satisfy the given condition.
*
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsUsage(
);
/**
* Adds a condition for the feature {@code usage} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the values of the feature {@code usage} satisfy the given condition.
* Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllUsage(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code validFrom} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate validFrom(
);
/**
* Adds a condition for the feature {@code validFrom} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code validFrom} 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 thereExistsValidFrom(
);
/**
* Adds a condition for the feature {@code validFrom} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code validFrom} 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 forAllValidFrom(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code validFrom}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByValidFrom(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Addressable} testing whether the value of the feature {@code validTo} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate validTo(
);
/**
* Adds a condition for the feature {@code validTo} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code validTo} 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 thereExistsValidTo(
);
/**
* Adds a condition for the feature {@code validTo} to the predicate for {@code Addressable}, which evaluates to {@code false} unless the value of the feature {@code validTo} 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 forAllValidTo(
);
/**
* Allows to adds a sort instruction for {@code Addressable} depending the feature {@code validTo}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByValidTo(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}