org.opencrx.kernel.building1.cci2.AbstractBuildingUnitQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.building1.cci2;
/**
* A {@code AbstractBuildingUnitQuery} selects a set of instances of class {@code AbstractBuildingUnit} 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.971279856Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AbstractBuildingUnitQuery
extends org.opencrx.kernel.generic.cci2.PicturedQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code AbstractBuildingUnit} testing whether the feature {@code assignedAddress} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate assignedAddress(
);
/**
* Adds a condition for the feature {@code assignedAddress} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code assignedAddress} 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.address1.cci2.AddressableQuery thereExistsAssignedAddress(
);
/**
* Adds a condition for the feature {@code assignedAddress} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code assignedAddress} 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.address1.cci2.AddressableQuery forAllAssignedAddress(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code AbstractBuildingUnit} testing whether the value of the feature {@code depot} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate depot(
);
/**
* Adds a condition for the feature {@code depot} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code depot} 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.depot1.cci2.DepotQuery thereExistsDepot(
);
/**
* Adds a condition for the feature {@code depot} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code depot} 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.depot1.cci2.DepotQuery forAllDepot(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code AbstractBuildingUnit} 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 AbstractBuildingUnit}, 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 AbstractBuildingUnit}, 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 AbstractBuildingUnit} 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 AbstractBuildingUnit} testing whether the feature {@code facility} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate facility(
);
/**
* Adds a condition for the feature {@code facility} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code facility} 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.FacilityQuery thereExistsFacility(
);
/**
* Adds a condition for the feature {@code facility} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code facility} 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.FacilityQuery forAllFacility(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code AbstractBuildingUnit} 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 AbstractBuildingUnit} 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 AbstractBuildingUnit} testing whether the value of the feature {@code sizeInCubicMeter} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate sizeInCubicMeter(
);
/**
* Adds a condition for the feature {@code sizeInCubicMeter} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code sizeInCubicMeter} 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 thereExistsSizeInCubicMeter(
);
/**
* Adds a condition for the feature {@code sizeInCubicMeter} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code sizeInCubicMeter} 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 forAllSizeInCubicMeter(
);
/**
* Allows to adds a sort instruction for {@code AbstractBuildingUnit} depending the feature {@code sizeInCubicMeter}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderBySizeInCubicMeter(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code AbstractBuildingUnit} testing whether the value of the feature {@code sizeInSquareMeter} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate sizeInSquareMeter(
);
/**
* Adds a condition for the feature {@code sizeInSquareMeter} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code sizeInSquareMeter} 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 thereExistsSizeInSquareMeter(
);
/**
* Adds a condition for the feature {@code sizeInSquareMeter} to the predicate for {@code AbstractBuildingUnit}, which evaluates to {@code false} unless the value of the feature {@code sizeInSquareMeter} 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 forAllSizeInSquareMeter(
);
/**
* Allows to adds a sort instruction for {@code AbstractBuildingUnit} depending the feature {@code sizeInSquareMeter}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderBySizeInSquareMeter(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}