org.openmdx.state2.cci2.DateTimeStateQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.state2.cci2;
/**
*/
public interface DateTimeStateQuery
extends org.openmdx.state2.cci2.BasicStateQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for DateTimeState
testing whether the value of the feature stateInvalidFrom
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate stateInvalidFrom(
);
/**
* Adds a condition for the feature stateInvalidFrom
to the predicate for DateTimeState
, which evaluates to false
unless the value of the feature stateInvalidFrom
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.ComparableTypePredicate thereExistsStateInvalidFrom(
);
/**
* Adds a condition for the feature stateInvalidFrom
to the predicate for DateTimeState
, which evaluates to false
unless the value of the feature stateInvalidFrom
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.ComparableTypePredicate forAllStateInvalidFrom(
);
/**
* Allows to adds a sort instruction for DateTimeState
depending the feature stateInvalidFrom
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStateInvalidFrom(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for DateTimeState
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 DateTimeState
, 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.ComparableTypePredicate thereExistsStateValidFrom(
);
/**
* Adds a condition for the feature stateValidFrom
to the predicate for DateTimeState
, 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.ComparableTypePredicate forAllStateValidFrom(
);
/**
* Allows to adds a sort instruction for DateTimeState
depending the feature stateValidFrom
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStateValidFrom(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}