|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFieldQuery
| Method Summary | |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
backColor()
Adds a constraint to the predicate for AbstractField
testing whether the value of the feature backColor is
null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
color()
Adds a constraint to the predicate for AbstractField
testing whether the value of the feature color is
null or not. |
org.w3c.cci2.BooleanTypePredicate |
fontBold()
|
org.w3c.cci2.OptionalFeaturePredicate |
fontColor()
Adds a constraint to the predicate for AbstractField
testing whether the value of the feature fontColor is
null or not. |
org.w3c.cci2.BooleanTypePredicate |
fontItalic()
|
org.w3c.cci2.StringTypePredicate |
fontName()
|
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
fontSize()
|
org.w3c.cci2.BooleanTypePredicate |
fontStrikeout()
|
org.w3c.cci2.BooleanTypePredicate |
fontUnderline()
|
org.w3c.cci2.StringTypePredicate |
forAllBackColor()
Adds a constraint for the feature backColor to the
predicate. |
org.w3c.cci2.StringTypePredicate |
forAllColor()
Adds a constraint for the feature color to the predicate. |
org.w3c.cci2.StringTypePredicate |
forAllFontColor()
Adds a constraint for the feature fontColor to the
predicate. |
org.w3c.cci2.SimpleTypeOrder |
orderByBackColor()
Allows to adds a sort instruction for AbstractField
depending the feature backColor
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByColor()
Allows to adds a sort instruction for AbstractField
depending the feature color
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontBold()
Allows to adds a sort instruction for AbstractField
depending the feature fontBold
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontColor()
Allows to adds a sort instruction for AbstractField
depending the feature fontColor
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontItalic()
Allows to adds a sort instruction for AbstractField
depending the feature fontItalic
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontName()
Allows to adds a sort instruction for AbstractField
depending the feature fontName
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontSize()
Allows to adds a sort instruction for AbstractField
depending the feature fontSize
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontStrikeout()
Allows to adds a sort instruction for AbstractField
depending the feature fontStrikeout
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontUnderline()
Allows to adds a sort instruction for AbstractField
depending the feature fontUnderline
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsBackColor()
Adds a constraint for the feature backColor to the
predicate. |
org.w3c.cci2.StringTypePredicate |
thereExistsColor()
Adds a constraint for the feature color to the predicate. |
org.w3c.cci2.StringTypePredicate |
thereExistsFontColor()
Adds a constraint for the feature fontColor to the
predicate. |
| Methods inherited from interface org.openmdx.ui1.cci2.ElementQuery |
|---|
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip |
| Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
org.w3c.cci2.OptionalFeaturePredicate backColor()
AbstractField
testing whether the value of the feature backColor is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsBackColor()
backColor to the
predicate. The predicate for AbstractField evaluates
true if its value of feature backColor
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.StringTypePredicate forAllBackColor()
backColor to the
predicate. The predicate for AbstractField evaluates
true if its value of feature backColor
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 orderByBackColor()
AbstractField
depending the feature backColor
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate color()
AbstractField
testing whether the value of the feature color is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsColor()
color to the predicate.
The predicate for AbstractField evaluates
true if its value of feature color 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.StringTypePredicate forAllColor()
color to the predicate.
The predicate for AbstractField evaluates
true if its value of feature color 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 orderByColor()
AbstractField
depending the feature color
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontBold()
org.w3c.cci2.SimpleTypeOrder orderByFontBold()
AbstractField
depending the feature fontBold
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate fontColor()
AbstractField
testing whether the value of the feature fontColor is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsFontColor()
fontColor to the
predicate. The predicate for AbstractField evaluates
true if its value of feature fontColor
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.StringTypePredicate forAllFontColor()
fontColor to the
predicate. The predicate for AbstractField evaluates
true if its value of feature fontColor
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 orderByFontColor()
AbstractField
depending the feature fontColor
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontItalic()
org.w3c.cci2.SimpleTypeOrder orderByFontItalic()
AbstractField
depending the feature fontItalic
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.StringTypePredicate fontName()
org.w3c.cci2.SimpleTypeOrder orderByFontName()
AbstractField
depending the feature fontName
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.ComparableTypePredicate<BigDecimal> fontSize()
org.w3c.cci2.SimpleTypeOrder orderByFontSize()
AbstractField
depending the feature fontSize
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontStrikeout()
org.w3c.cci2.SimpleTypeOrder orderByFontStrikeout()
AbstractField
depending the feature fontStrikeout
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontUnderline()
org.w3c.cci2.SimpleTypeOrder orderByFontUnderline()
AbstractField
depending the feature fontUnderline
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 | |||||||||