Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

D2WQueryBoolean

Package:

Inherits from:QueryComponent

See Also:
D2WCustomQueryComponent

Class Description

This property-level component builds a query based on a boolean attribute which is stored as a number on the server. A non-zero value represents "Yes".

Property-level components are not accessed programmatically. Instead, you use the Web Assistant to choose the property-level component that Direct to Web uses to display a property on a particular entity and task page. See the "Direct to Web" chapter of WebObjects Tools and Techniques for more information.

If you want to create property-level component to query based on a property, use D2WCustomQueryComponent.

Method Types


Constructors

Fields


Constructors


D2WQueryBoolean

public D2WQueryBoolean()

This method is intentionally undocumented. You should never have to invoke or customize it.
Fields



index
int

This constant is intentionally undocumented.

item
java.lang.Object

This constant is intentionally undocumented.

queryNumbers
com.apple.yellow.foundation.NSArray

This constant is intentionally undocumented.
Methods


displayString

public String displayString()

This method is intentionally undocumented. You should never have to invoke or customize it.



setValue

public void setValue(Object anObject)

This method is intentionally undocumented. You should never have to invoke or customize it.



value

public Object value()

This method is intentionally undocumented. You should never have to invoke or customize it.