All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.code1.cci2.CodeValueEntryQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;

/**
 * A {@code CodeValueEntryQuery} selects a set of instances of class {@code CodeValueEntry} 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.176015401Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CodeValueEntryQuery
  extends org.opencrx.kernel.code1.cci2.AbstractEntryQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code CodeValueEntry} testing whether the value of the feature {@code backColor} is {@code null} or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate backColor(
  );

  /**
   * Adds a condition for the feature {@code backColor} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code backColor} 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 thereExistsBackColor( ); /** * Adds a condition for the feature {@code backColor} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code backColor} 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 forAllBackColor( ); /** * Allows to adds a sort instruction for {@code CodeValueEntry} depending the feature {@code backColor} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByBackColor( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CodeValueEntry} testing whether the value of the feature {@code color} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate color( ); /** * Adds a condition for the feature {@code color} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code color} 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 thereExistsColor( ); /** * Adds a condition for the feature {@code color} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code color} 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 forAllColor( ); /** * Allows to adds a sort instruction for {@code CodeValueEntry} depending the feature {@code color} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByColor( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CodeValueEntry} testing whether the value of the feature {@code fontWeight} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate fontWeight( ); /** * Adds a condition for the feature {@code fontWeight} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code fontWeight} 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 thereExistsFontWeight( ); /** * Adds a condition for the feature {@code fontWeight} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code fontWeight} 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 forAllFontWeight( ); /** * Allows to adds a sort instruction for {@code CodeValueEntry} depending the feature {@code fontWeight} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByFontWeight( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CodeValueEntry} testing whether the value of the feature {@code iconKey} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate iconKey( ); /** * Adds a condition for the feature {@code iconKey} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code iconKey} 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 thereExistsIconKey( ); /** * Adds a condition for the feature {@code iconKey} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code iconKey} 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 forAllIconKey( ); /** * Allows to adds a sort instruction for {@code CodeValueEntry} depending the feature {@code iconKey} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByIconKey( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CodeValueEntry} testing whether the feature {@code longText} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate longText( ); /** * Adds a condition for the feature {@code longText} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the values of the feature {@code longText} 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.StringTypePredicate thereExistsLongText( ); /** * Adds a condition for the feature {@code longText} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the values of the feature {@code longText} 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.StringTypePredicate forAllLongText( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CodeValueEntry} testing whether the value of the feature {@code orderIndex} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate orderIndex( ); /** * Adds a condition for the feature {@code orderIndex} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code orderIndex} 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 thereExistsOrderIndex( ); /** * Adds a condition for the feature {@code orderIndex} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the value of the feature {@code orderIndex} 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 forAllOrderIndex( ); /** * Allows to adds a sort instruction for {@code CodeValueEntry} depending the feature {@code orderIndex} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByOrderIndex( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CodeValueEntry} testing whether the feature {@code shortText} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate shortText( ); /** * Adds a condition for the feature {@code shortText} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the values of the feature {@code shortText} 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.StringTypePredicate thereExistsShortText( ); /** * Adds a condition for the feature {@code shortText} to the predicate for {@code CodeValueEntry}, which evaluates to {@code false} unless the values of the feature {@code shortText} 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.StringTypePredicate forAllShortText( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy