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

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

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

/**
 * A {@code ValueRangeQuery} selects a set of instances of class {@code ValueRange} 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.163523406Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ValueRangeQuery
  extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
    org.openmdx.base.cci2.BasicObjectQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code ValueRange} testing whether the feature {@code argument} has values or not.
   */
  public org.w3c.cci2.MultivaluedFeaturePredicate argument(
  );

  /**
   * Adds a condition for the feature {@code argument} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the values of the feature {@code argument} 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 thereExistsArgument( ); /** * Adds a condition for the feature {@code argument} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the values of the feature {@code argument} 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 forAllArgument( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ValueRange} 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 ValueRange}, 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 ValueRange}, 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 ValueRange} 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 ValueRange} testing whether the value of the feature {@code disabled} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate disabled( ); /** * Adds a condition for the feature {@code disabled} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code disabled} 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.BooleanTypePredicate thereExistsDisabled( ); /** * Adds a condition for the feature {@code disabled} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code disabled} 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.BooleanTypePredicate forAllDisabled( ); /** * Allows to adds a sort instruction for {@code ValueRange} depending the feature {@code disabled} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDisabled( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ValueRange} testing whether the value of the feature {@code format} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate format( ); /** * Adds a condition for the feature {@code format} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code format} 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 thereExistsFormat( ); /** * Adds a condition for the feature {@code format} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code format} 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 forAllFormat( ); /** * Allows to adds a sort instruction for {@code ValueRange} depending the feature {@code format} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByFormat( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ValueRange} testing whether the value of the feature {@code identityPattern} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate identityPattern( ); /** * Adds a condition for the feature {@code identityPattern} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code identityPattern} 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 thereExistsIdentityPattern( ); /** * Adds a condition for the feature {@code identityPattern} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code identityPattern} 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 forAllIdentityPattern( ); /** * Allows to adds a sort instruction for {@code ValueRange} depending the feature {@code identityPattern} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByIdentityPattern( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code ValueRange} 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 ValueRange} 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 ValueRange} testing whether the value of the feature {@code nextValue} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate nextValue( ); /** * Adds a condition for the feature {@code nextValue} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code nextValue} 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 thereExistsNextValue( ); /** * Adds a condition for the feature {@code nextValue} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code nextValue} 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 forAllNextValue( ); /** * Allows to adds a sort instruction for {@code ValueRange} depending the feature {@code nextValue} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByNextValue( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ValueRange} testing whether the feature {@code objectType} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate objectType( ); /** * Adds a condition for the feature {@code objectType} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the values of the feature {@code objectType} 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 thereExistsObjectType( ); /** * Adds a condition for the feature {@code objectType} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the values of the feature {@code objectType} 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 forAllObjectType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ValueRange} testing whether the value of the feature {@code query} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate query( ); /** * Adds a condition for the feature {@code query} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code query} 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 thereExistsQuery( ); /** * Adds a condition for the feature {@code query} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code query} 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 forAllQuery( ); /** * Allows to adds a sort instruction for {@code ValueRange} depending the feature {@code query} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByQuery( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ValueRange} testing whether the value of the feature {@code queryType} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate queryType( ); /** * Adds a condition for the feature {@code queryType} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code queryType} 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 thereExistsQueryType( ); /** * Adds a condition for the feature {@code queryType} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code queryType} 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 forAllQueryType( ); /** * Allows to adds a sort instruction for {@code ValueRange} depending the feature {@code queryType} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByQueryType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ValueRange} testing whether the value of the feature {@code storagePath} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate storagePath( ); /** * Adds a condition for the feature {@code storagePath} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code storagePath} 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 thereExistsStoragePath( ); /** * Adds a condition for the feature {@code storagePath} to the predicate for {@code ValueRange}, which evaluates to {@code false} unless the value of the feature {@code storagePath} 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 forAllStoragePath( ); /** * Allows to adds a sort instruction for {@code ValueRange} depending the feature {@code storagePath} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByStoragePath( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy