org.omg.model1.cci2.NamespaceQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.QueryMapper 2.17.7
// Generated at 2020-11-27T16:04:08.500Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
/**
*/
public interface NamespaceQuery
extends org.omg.model1.cci2.ElementQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Namespace
testing whether the feature allNamespaceContent
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate allNamespaceContent(
);
/**
* Adds a condition for the feature allNamespaceContent
to the predicate for Namespace
, which evaluates to false
unless the value of the feature allNamespaceContent
satisfies the given condition.
* Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.ElementQuery thereExistsAllNamespaceContent(
);
/**
* Adds a condition for the feature allNamespaceContent
to the predicate for Namespace
, which evaluates to false
unless the value of the feature allNamespaceContent
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.ElementQuery forAllAllNamespaceContent(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Namespace
testing whether the feature content
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate content(
);
/**
* Adds a condition for the feature content
to the predicate for Namespace
, which evaluates to false
unless the values of the feature content
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.omg.model1.cci2.ElementQuery thereExistsContent(
);
/**
* Adds a condition for the feature content
to the predicate for Namespace
, which evaluates to false
unless the values of the feature content
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.omg.model1.cci2.ElementQuery forAllContent(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Namespace
testing whether the feature namespaceContent
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate namespaceContent(
);
/**
* Adds a condition for the feature namespaceContent
to the predicate for Namespace
, which evaluates to false
unless the value of the feature namespaceContent
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.ElementQuery thereExistsNamespaceContent(
);
/**
* Adds a condition for the feature namespaceContent
to the predicate for Namespace
, which evaluates to false
unless the value of the feature namespaceContent
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.ElementQuery forAllNamespaceContent(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}