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

org.opencrx.kernel.generic.cci2.CrxObjectQuery Maven / Gradle / Ivy

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

/**
 * A {@code CrxObjectQuery} selects a set of instances of class {@code CrxObject} 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:36.797915899Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CrxObjectQuery
  extends org.opencrx.kernel.base.cci2.AlertSenderQuery,
    org.opencrx.kernel.base.cci2.AuditeeQuery,
    org.opencrx.kernel.base.cci2.CloneableQuery,
    org.opencrx.kernel.base.cci2.ExporterQuery,
    org.opencrx.kernel.base.cci2.HashableQuery,
    org.opencrx.kernel.base.cci2.ImporterQuery,
    org.opencrx.kernel.base.cci2.IndexedQuery,
    org.opencrx.kernel.base.cci2.SecureObjectQuery,
    org.opencrx.kernel.generic.cci2.LocalizedFieldContainerQuery,
    org.openmdx.base.cci2.BasicObjectQuery
{

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

  /**
   * Adds a condition for the feature {@code additionalExternalLink} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code additionalExternalLink} 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.generic.cci2.AdditionalExternalLinkQuery thereExistsAdditionalExternalLink( ); /** * Adds a condition for the feature {@code additionalExternalLink} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code additionalExternalLink} 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.generic.cci2.AdditionalExternalLinkQuery forAllAdditionalExternalLink( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code assignedTimer} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate assignedTimer( ); /** * Adds a condition for the feature {@code assignedTimer} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code assignedTimer} 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.home1.cci2.TimerQuery thereExistsAssignedTimer( ); /** * Adds a condition for the feature {@code assignedTimer} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code assignedTimer} 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.home1.cci2.TimerQuery forAllAssignedTimer( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code attachedDocument} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate attachedDocument( ); /** * Adds a condition for the feature {@code attachedDocument} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code attachedDocument} 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.generic.cci2.DocumentAttachmentQuery thereExistsAttachedDocument( ); /** * Adds a condition for the feature {@code attachedDocument} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code attachedDocument} 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.generic.cci2.DocumentAttachmentQuery forAllAttachedDocument( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code category} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate category( ); /** * Adds a condition for the feature {@code category} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code category} 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 thereExistsCategory( ); /** * Adds a condition for the feature {@code category} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code category} 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 forAllCategory( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} 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 CrxObject}, 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 CrxObject}, 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 CrxObject} 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 CrxObject} testing whether the value of the feature {@code disabledReason} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate disabledReason( ); /** * Adds a condition for the feature {@code disabledReason} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code disabledReason} 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 thereExistsDisabledReason( ); /** * Adds a condition for the feature {@code disabledReason} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code disabledReason} 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 forAllDisabledReason( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code disabledReason} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDisabledReason( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code documentFolderAssignment} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate documentFolderAssignment( ); /** * Adds a condition for the feature {@code documentFolderAssignment} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code documentFolderAssignment} 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.generic.cci2.DocumentFolderAssignmentQuery thereExistsDocumentFolderAssignment( ); /** * Adds a condition for the feature {@code documentFolderAssignment} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code documentFolderAssignment} 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.generic.cci2.DocumentFolderAssignmentQuery forAllDocumentFolderAssignment( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code externalLink} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate externalLink( ); /** * Adds a condition for the feature {@code externalLink} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code externalLink} 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 thereExistsExternalLink( ); /** * Adds a condition for the feature {@code externalLink} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code externalLink} 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 forAllExternalLink( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code involvedInObject} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate involvedInObject( ); /** * Adds a condition for the feature {@code involvedInObject} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code involvedInObject} 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.generic.cci2.InvolvedObjectQuery thereExistsInvolvedInObject( ); /** * Adds a condition for the feature {@code involvedInObject} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code involvedInObject} 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.generic.cci2.InvolvedObjectQuery forAllInvolvedInObject( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code involvedObject} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate involvedObject( ); /** * Adds a condition for the feature {@code involvedObject} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code involvedObject} 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.generic.cci2.InvolvedObjectQuery thereExistsInvolvedObject( ); /** * Adds a condition for the feature {@code involvedObject} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code involvedObject} 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.generic.cci2.InvolvedObjectQuery forAllInvolvedObject( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code media} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate media( ); /** * Adds a condition for the feature {@code media} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code media} 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.generic.cci2.MediaQuery thereExistsMedia( ); /** * Adds a condition for the feature {@code media} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code media} 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.generic.cci2.MediaQuery forAllMedia( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code note} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate note( ); /** * Adds a condition for the feature {@code note} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code note} 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.generic.cci2.NoteQuery thereExistsNote( ); /** * Adds a condition for the feature {@code note} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code note} 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.generic.cci2.NoteQuery forAllNote( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code propertySet} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate propertySet( ); /** * Adds a condition for the feature {@code propertySet} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code propertySet} 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.generic.cci2.PropertySetQuery thereExistsPropertySet( ); /** * Adds a condition for the feature {@code propertySet} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code propertySet} 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.generic.cci2.PropertySetQuery forAllPropertySet( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code propertySetEntry} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate propertySetEntry( ); /** * Adds a condition for the feature {@code propertySetEntry} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code propertySetEntry} 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.generic.cci2.PropertySetEntryQuery thereExistsPropertySetEntry( ); /** * Adds a condition for the feature {@code propertySetEntry} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code propertySetEntry} 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.generic.cci2.PropertySetEntryQuery forAllPropertySetEntry( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code rating} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate rating( ); /** * Adds a condition for the feature {@code rating} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code rating} 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.generic.cci2.RatingQuery thereExistsRating( ); /** * Adds a condition for the feature {@code rating} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code rating} 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.generic.cci2.RatingQuery forAllRating( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userBoolean0} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userBoolean0( ); /** * Adds a condition for the feature {@code userBoolean0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean0} 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 thereExistsUserBoolean0( ); /** * Adds a condition for the feature {@code userBoolean0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean0} 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 forAllUserBoolean0( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userBoolean0} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserBoolean0( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userBoolean1} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userBoolean1( ); /** * Adds a condition for the feature {@code userBoolean1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean1} 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 thereExistsUserBoolean1( ); /** * Adds a condition for the feature {@code userBoolean1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean1} 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 forAllUserBoolean1( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userBoolean1} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserBoolean1( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userBoolean2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userBoolean2( ); /** * Adds a condition for the feature {@code userBoolean2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean2} 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 thereExistsUserBoolean2( ); /** * Adds a condition for the feature {@code userBoolean2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean2} 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 forAllUserBoolean2( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userBoolean2} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserBoolean2( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userBoolean3} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userBoolean3( ); /** * Adds a condition for the feature {@code userBoolean3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean3} 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 thereExistsUserBoolean3( ); /** * Adds a condition for the feature {@code userBoolean3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userBoolean3} 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 forAllUserBoolean3( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userBoolean3} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserBoolean3( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code userBoolean4} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate userBoolean4( ); /** * Adds a condition for the feature {@code userBoolean4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userBoolean4} 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.BooleanTypePredicate thereExistsUserBoolean4( ); /** * Adds a condition for the feature {@code userBoolean4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userBoolean4} 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.BooleanTypePredicate forAllUserBoolean4( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userCode0} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userCode0( ); /** * Adds a condition for the feature {@code userCode0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode0} 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 thereExistsUserCode0( ); /** * Adds a condition for the feature {@code userCode0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode0} 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 forAllUserCode0( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userCode0} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserCode0( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userCode1} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userCode1( ); /** * Adds a condition for the feature {@code userCode1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode1} 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 thereExistsUserCode1( ); /** * Adds a condition for the feature {@code userCode1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode1} 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 forAllUserCode1( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userCode1} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserCode1( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userCode2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userCode2( ); /** * Adds a condition for the feature {@code userCode2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode2} 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 thereExistsUserCode2( ); /** * Adds a condition for the feature {@code userCode2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode2} 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 forAllUserCode2( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userCode2} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserCode2( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userCode3} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userCode3( ); /** * Adds a condition for the feature {@code userCode3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode3} 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 thereExistsUserCode3( ); /** * Adds a condition for the feature {@code userCode3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userCode3} 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 forAllUserCode3( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userCode3} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserCode3( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code userCode4} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate userCode4( ); /** * Adds a condition for the feature {@code userCode4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userCode4} 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 thereExistsUserCode4( ); /** * Adds a condition for the feature {@code userCode4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userCode4} 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 forAllUserCode4( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDate0} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDate0( ); /** * Adds a condition for the feature {@code userDate0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate0} 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.PartiallyOrderedTypePredicate thereExistsUserDate0( ); /** * Adds a condition for the feature {@code userDate0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate0} 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.PartiallyOrderedTypePredicate forAllUserDate0( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDate0} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDate0( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDate1} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDate1( ); /** * Adds a condition for the feature {@code userDate1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate1} 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.PartiallyOrderedTypePredicate thereExistsUserDate1( ); /** * Adds a condition for the feature {@code userDate1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate1} 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.PartiallyOrderedTypePredicate forAllUserDate1( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDate1} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDate1( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDate2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDate2( ); /** * Adds a condition for the feature {@code userDate2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate2} 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.PartiallyOrderedTypePredicate thereExistsUserDate2( ); /** * Adds a condition for the feature {@code userDate2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate2} 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.PartiallyOrderedTypePredicate forAllUserDate2( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDate2} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDate2( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDate3} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDate3( ); /** * Adds a condition for the feature {@code userDate3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate3} 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.PartiallyOrderedTypePredicate thereExistsUserDate3( ); /** * Adds a condition for the feature {@code userDate3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDate3} 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.PartiallyOrderedTypePredicate forAllUserDate3( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDate3} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDate3( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code userDate4} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate userDate4( ); /** * Adds a condition for the feature {@code userDate4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userDate4} 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.PartiallyOrderedTypePredicate thereExistsUserDate4( ); /** * Adds a condition for the feature {@code userDate4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userDate4} 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.PartiallyOrderedTypePredicate forAllUserDate4( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDateTime0} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDateTime0( ); /** * Adds a condition for the feature {@code userDateTime0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime0} 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 thereExistsUserDateTime0( ); /** * Adds a condition for the feature {@code userDateTime0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime0} 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 forAllUserDateTime0( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDateTime0} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDateTime0( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDateTime1} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDateTime1( ); /** * Adds a condition for the feature {@code userDateTime1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime1} 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 thereExistsUserDateTime1( ); /** * Adds a condition for the feature {@code userDateTime1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime1} 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 forAllUserDateTime1( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDateTime1} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDateTime1( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDateTime2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDateTime2( ); /** * Adds a condition for the feature {@code userDateTime2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime2} 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 thereExistsUserDateTime2( ); /** * Adds a condition for the feature {@code userDateTime2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime2} 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 forAllUserDateTime2( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDateTime2} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDateTime2( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userDateTime3} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userDateTime3( ); /** * Adds a condition for the feature {@code userDateTime3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime3} 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 thereExistsUserDateTime3( ); /** * Adds a condition for the feature {@code userDateTime3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userDateTime3} 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 forAllUserDateTime3( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userDateTime3} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserDateTime3( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code userDateTime4} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate userDateTime4( ); /** * Adds a condition for the feature {@code userDateTime4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userDateTime4} 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 thereExistsUserDateTime4( ); /** * Adds a condition for the feature {@code userDateTime4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userDateTime4} 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 forAllUserDateTime4( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userNumber0} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userNumber0( ); /** * Adds a condition for the feature {@code userNumber0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber0} 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 thereExistsUserNumber0( ); /** * Adds a condition for the feature {@code userNumber0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber0} 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 forAllUserNumber0( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userNumber0} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserNumber0( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userNumber1} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userNumber1( ); /** * Adds a condition for the feature {@code userNumber1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber1} 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 thereExistsUserNumber1( ); /** * Adds a condition for the feature {@code userNumber1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber1} 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 forAllUserNumber1( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userNumber1} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserNumber1( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userNumber2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userNumber2( ); /** * Adds a condition for the feature {@code userNumber2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber2} 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 thereExistsUserNumber2( ); /** * Adds a condition for the feature {@code userNumber2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber2} 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 forAllUserNumber2( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userNumber2} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserNumber2( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userNumber3} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userNumber3( ); /** * Adds a condition for the feature {@code userNumber3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber3} 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 thereExistsUserNumber3( ); /** * Adds a condition for the feature {@code userNumber3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userNumber3} 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 forAllUserNumber3( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userNumber3} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByUserNumber3( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code userNumber4} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate userNumber4( ); /** * Adds a condition for the feature {@code userNumber4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userNumber4} 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 thereExistsUserNumber4( ); /** * Adds a condition for the feature {@code userNumber4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userNumber4} 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 forAllUserNumber4( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userString0} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userString0( ); /** * Adds a condition for the feature {@code userString0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString0} 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 thereExistsUserString0( ); /** * Adds a condition for the feature {@code userString0} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString0} 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 forAllUserString0( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userString0} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUserString0( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userString1} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userString1( ); /** * Adds a condition for the feature {@code userString1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString1} 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 thereExistsUserString1( ); /** * Adds a condition for the feature {@code userString1} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString1} 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 forAllUserString1( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userString1} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUserString1( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userString2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userString2( ); /** * Adds a condition for the feature {@code userString2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString2} 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 thereExistsUserString2( ); /** * Adds a condition for the feature {@code userString2} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString2} 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 forAllUserString2( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userString2} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUserString2( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the value of the feature {@code userString3} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate userString3( ); /** * Adds a condition for the feature {@code userString3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString3} 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 thereExistsUserString3( ); /** * Adds a condition for the feature {@code userString3} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the value of the feature {@code userString3} 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 forAllUserString3( ); /** * Allows to adds a sort instruction for {@code CrxObject} depending the feature {@code userString3} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUserString3( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CrxObject} testing whether the feature {@code userString4} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate userString4( ); /** * Adds a condition for the feature {@code userString4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userString4} 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 thereExistsUserString4( ); /** * Adds a condition for the feature {@code userString4} to the predicate for {@code CrxObject}, which evaluates to {@code false} unless the values of the feature {@code userString4} 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 forAllUserString4( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy