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

BooleanAssignment

Package: com.apple.yellow.directtoweb

Inherits from:Assignment


Class Description

This class maintains information about boolean assignments on the right hand side of rules. It should not be used, subclassed, or replaced.

Method Types


Constructors


Constructors


com.apple.yellow.directtoweb.BooleanAssignment

public BooleanAssignment(EOKeyValueUnarchiver unarchiver)

Creates and returns a BooleanAssignment object based on a EOKeyValueUnarchiver. You use this constructor to read the assignment information from a rule file.

com.apple.yellow.directtoweb.BooleanAssignment

BooleanAssignment(String key, Object value)

Creates a BooleanAssignment object, sets its key and value, and returns it.