|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DateFieldQuery
| Method Summary | |
|---|---|
org.w3c.cci2.ComparableTypePredicate |
forAllMaxDate()
Adds a constraint for the feature maxDate to the
predicate. |
org.w3c.cci2.ComparableTypePredicate |
forAllMinDate()
Adds a constraint for the feature minDate to the
predicate. |
org.w3c.cci2.StringTypePredicate |
format()
|
org.w3c.cci2.OptionalFeaturePredicate |
maxDate()
Adds a constraint to the predicate for DateField testing
whether the value of the feature maxDate is
null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
minDate()
Adds a constraint to the predicate for DateField testing
whether the value of the feature minDate is
null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByFormat()
Allows to adds a sort instruction for DateField depending
the feature format
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByMaxDate()
Allows to adds a sort instruction for DateField depending
the feature maxDate
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByMinDate()
Allows to adds a sort instruction for DateField depending
the feature minDate
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.ComparableTypePredicate |
thereExistsMaxDate()
Adds a constraint for the feature maxDate to the
predicate. |
org.w3c.cci2.ComparableTypePredicate |
thereExistsMinDate()
Adds a constraint for the feature minDate to the
predicate. |
| Methods inherited from interface org.openmdx.ui1.query.LabelledFieldQuery |
|---|
forAllLabel, forAllShortLabel, label, orderByLabel, orderByShortLabel, shortLabel, thereExistsLabel, thereExistsShortLabel |
| Methods inherited from interface org.openmdx.ui1.query.AbstractFieldQuery |
|---|
backColor, color, fontBold, fontColor, fontItalic, fontName, fontSize, fontStrikeout, fontUnderline, forAllBackColor, forAllColor, forAllFontColor, orderByBackColor, orderByColor, orderByFontBold, orderByFontColor, orderByFontItalic, orderByFontName, orderByFontSize, orderByFontStrikeout, orderByFontUnderline, thereExistsBackColor, thereExistsColor, thereExistsFontColor |
| Methods inherited from interface org.openmdx.ui1.query.ElementQuery |
|---|
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip |
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
org.w3c.cci2.StringTypePredicate format()
org.w3c.cci2.SimpleTypeOrder orderByFormat()
DateField depending
the feature format
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate maxDate()
DateField testing
whether the value of the feature maxDate is
null or not.
org.w3c.cci2.ComparableTypePredicate thereExistsMaxDate()
maxDate to the
predicate. The predicate for DateField evaluates
true if its value of feature maxDate
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
org.w3c.cci2.ComparableTypePredicate forAllMaxDate()
maxDate to the
predicate. The predicate for DateField evaluates
true if its value of feature maxDate
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
org.w3c.cci2.SimpleTypeOrder orderByMaxDate()
DateField depending
the feature maxDate
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate minDate()
DateField testing
whether the value of the feature minDate is
null or not.
org.w3c.cci2.ComparableTypePredicate thereExistsMinDate()
minDate to the
predicate. The predicate for DateField evaluates
true if its value of feature minDate
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
org.w3c.cci2.ComparableTypePredicate forAllMinDate()
minDate to the
predicate. The predicate for DateField evaluates
true if its value of feature minDate
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
org.w3c.cci2.SimpleTypeOrder orderByMinDate()
DateField depending
the feature minDate
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||