org.openmdx.state2.cci2.DateStateQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.QueryMapper 2.17.7
// Generated at 2020-11-27T16:04:08.304Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.state2.cci2;
/**
*/
public interface DateStateQuery
extends org.openmdx.state2.cci2.BasicStateQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for DateState
testing whether the value of the feature stateValidFrom
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate stateValidFrom(
);
/**
* Adds a condition for the feature stateValidFrom
to the predicate for DateState
, which evaluates to false
unless the value of the feature stateValidFrom
satisfies the given condition.
* Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.w3c.cci2.PartiallyOrderedTypePredicate thereExistsStateValidFrom(
);
/**
* Adds a condition for the feature stateValidFrom
to the predicate for DateState
, which evaluates to false
unless the value of the feature stateValidFrom
satisfies the given condition.
* Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.w3c.cci2.PartiallyOrderedTypePredicate forAllStateValidFrom(
);
/**
* Allows to adds a sort instruction for DateState
depending the feature stateValidFrom
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStateValidFrom(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for DateState
testing whether the value of the feature stateValidTo
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate stateValidTo(
);
/**
* Adds a condition for the feature stateValidTo
to the predicate for DateState
, which evaluates to false
unless the value of the feature stateValidTo
satisfies the given condition.
* Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.w3c.cci2.PartiallyOrderedTypePredicate thereExistsStateValidTo(
);
/**
* Adds a condition for the feature stateValidTo
to the predicate for DateState
, which evaluates to false
unless the value of the feature stateValidTo
satisfies the given condition.
* Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.w3c.cci2.PartiallyOrderedTypePredicate forAllStateValidTo(
);
/**
* Allows to adds a sort instruction for DateState
depending the feature stateValidTo
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStateValidTo(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}