BooleanAssignment
Package:
com.webobjects.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
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.
BooleanAssignment
BooleanAssignment(String key, Object value)
Creates a BooleanAssignment object, sets its key and value, and returns it.
© 2001 Apple Computer, Inc.