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

D2WQueryRangeComponent

Package: com.apple.yellow.directtoweb

Inherits from:QueryComponent

Subclasses:


Class Description

This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.

Method Types


Constructors



Constructors


com.apple.yellow.directtoweb.D2WQueryRangeComponent

public D2WQueryRangeComponent()

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


maxValue

public Object maxValue()

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



minValue

public Object minValue()

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



replacementAssociationForAssociation

public WOAssociation replacementAssociationForAssociation(WOAssociation oldAssociation, String oldBinding, DTWTemplate aTemplate, WOContext aContext)

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



setMaxValue

public void setMaxValue(Object anObject)

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



setMinValue

public void setMinValue(Object anObject)

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