WebObjects 5.1

Uses of Class
com.webobjects.directtoweb.Assignment

Packages that use Assignment
com.webobjects.directtoweb   
com.webobjects.eogeneration   
 

Uses of Assignment in com.webobjects.directtoweb
 

Subclasses of Assignment in com.webobjects.directtoweb
 class BooleanAssignment
          The BooleanAssignment class performs assignment of a key to an object that represents a logical "true" or "false" value.
 class DefaultAssignment
          The DefaultAssignment class methods provide default values for the right-hand sides of rules.
 class EntityAssignment
          The EntityAssignment class performs assignment of a key to an object that represents an entity.
 class TabDictionaryComputer
          The list of tab names and of tab contents is not a rule firing phenomenon.
 

Methods in com.webobjects.directtoweb that return Assignment
 Assignment Rule.createAssignment(String keyPath, String value)
          Creates an assignment with the specified key path and value.
 Assignment Rule.rhs()
          Gets the left-hand side.
 

Methods in com.webobjects.directtoweb with parameters of type Assignment
 void Rule.setRhs(Assignment newValue)
          Sets the right-hand side to the specified value.
 

Constructors in com.webobjects.directtoweb with parameters of type Assignment
Rule(int author, EOQualifier lhs, Assignment rhs)
          Creates an instance of Rule with the specified author, left-hand side, and right-hand side.
 

Uses of Assignment in com.webobjects.eogeneration
 

Subclasses of Assignment in com.webobjects.eogeneration
 class EOAssignment
           
 


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.