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

org.opencrx.kernel.address1.cci2.UriAddressableQuery Maven / Gradle / Ivy

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

/**
 * A {@code UriAddressableQuery} selects a set of instances of class {@code UriAddressable} 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.086712465Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface UriAddressableQuery
  extends org.w3c.cci2.AnyTypePredicate
{

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

  /**
   * Adds a condition for the feature {@code automaticParsing} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code automaticParsing} 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 thereExistsAutomaticParsing( ); /** * Adds a condition for the feature {@code automaticParsing} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code automaticParsing} 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 forAllAutomaticParsing( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code automaticParsing} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByAutomaticParsing( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriAuthority} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriAuthority( ); /** * Adds a condition for the feature {@code uriAuthority} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriAuthority} 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 thereExistsUriAuthority( ); /** * Adds a condition for the feature {@code uriAuthority} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriAuthority} 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 forAllUriAuthority( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriAuthority} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriAuthority( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriFragment} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriFragment( ); /** * Adds a condition for the feature {@code uriFragment} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriFragment} 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 thereExistsUriFragment( ); /** * Adds a condition for the feature {@code uriFragment} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriFragment} 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 forAllUriFragment( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriFragment} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriFragment( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriHost} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriHost( ); /** * Adds a condition for the feature {@code uriHost} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriHost} 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 thereExistsUriHost( ); /** * Adds a condition for the feature {@code uriHost} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriHost} 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 forAllUriHost( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriHost} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriHost( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriPath} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriPath( ); /** * Adds a condition for the feature {@code uriPath} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriPath} 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 thereExistsUriPath( ); /** * Adds a condition for the feature {@code uriPath} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriPath} 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 forAllUriPath( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriPath} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriPath( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriPort} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriPort( ); /** * Adds a condition for the feature {@code uriPort} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriPort} 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 thereExistsUriPort( ); /** * Adds a condition for the feature {@code uriPort} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriPort} 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 forAllUriPort( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriPort} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriPort( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriQuery} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriQuery( ); /** * Adds a condition for the feature {@code uriQuery} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriQuery} 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 thereExistsUriQuery( ); /** * Adds a condition for the feature {@code uriQuery} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriQuery} 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 forAllUriQuery( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriQuery} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriQuery( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriReference} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriReference( ); /** * Adds a condition for the feature {@code uriReference} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriReference} 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 thereExistsUriReference( ); /** * Adds a condition for the feature {@code uriReference} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriReference} 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 forAllUriReference( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriReference} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriReference( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriScheme} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriScheme( ); /** * Adds a condition for the feature {@code uriScheme} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriScheme} 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 thereExistsUriScheme( ); /** * Adds a condition for the feature {@code uriScheme} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriScheme} 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 forAllUriScheme( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriScheme} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriScheme( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriSchemeSpecificPart} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriSchemeSpecificPart( ); /** * Adds a condition for the feature {@code uriSchemeSpecificPart} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriSchemeSpecificPart} 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 thereExistsUriSchemeSpecificPart( ); /** * Adds a condition for the feature {@code uriSchemeSpecificPart} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriSchemeSpecificPart} 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 forAllUriSchemeSpecificPart( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriSchemeSpecificPart} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriSchemeSpecificPart( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriSchemeSpecificPartFormatted} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriSchemeSpecificPartFormatted( ); /** * Adds a condition for the feature {@code uriSchemeSpecificPartFormatted} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriSchemeSpecificPartFormatted} 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 thereExistsUriSchemeSpecificPartFormatted( ); /** * Adds a condition for the feature {@code uriSchemeSpecificPartFormatted} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriSchemeSpecificPartFormatted} 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 forAllUriSchemeSpecificPartFormatted( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriSchemeSpecificPartFormatted} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriSchemeSpecificPartFormatted( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code UriAddressable} testing whether the value of the feature {@code uriUserInfo} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uriUserInfo( ); /** * Adds a condition for the feature {@code uriUserInfo} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriUserInfo} 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 thereExistsUriUserInfo( ); /** * Adds a condition for the feature {@code uriUserInfo} to the predicate for {@code UriAddressable}, which evaluates to {@code false} unless the value of the feature {@code uriUserInfo} 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 forAllUriUserInfo( ); /** * Allows to adds a sort instruction for {@code UriAddressable} depending the feature {@code uriUserInfo} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUriUserInfo( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy