WebObjects 5.4.2

com.webobjects.appserver
Class WOComponentVariable

java.lang.Object
  extended by com.webobjects.appserver.WOComponentVariable

public class WOComponentVariable
extends Object


Nested Class Summary
static class WOComponentVariable.WOComponentVariableScope
           
 
Constructor Summary
WOComponentVariable(String name)
           
WOComponentVariable(String name, Class type)
           
WOComponentVariable(String name, Class type, WOAssociation initialValueAssociation)
           
WOComponentVariable(String name, Class type, WOComponentVariable.WOComponentVariableScope scope, WOAssociation initialValue)
           
 
Method Summary
 WOAssociation getInitialValueAssociation()
           
 String getName()
           
 WOComponentVariable.WOComponentVariableScope getScope()
           
 Class getType()
           
 void setInitialValueAssociation(WOAssociation initialValueAssociation)
           
 void setName(String name)
           
 void setScope(WOComponentVariable.WOComponentVariableScope scope)
           
 void setType(Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOComponentVariable

public WOComponentVariable(String name)

WOComponentVariable

public WOComponentVariable(String name,
                           Class type)

WOComponentVariable

public WOComponentVariable(String name,
                           Class type,
                           WOAssociation initialValueAssociation)

WOComponentVariable

public WOComponentVariable(String name,
                           Class type,
                           WOComponentVariable.WOComponentVariableScope scope,
                           WOAssociation initialValue)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public Class getType()

setType

public void setType(Class type)

getScope

public WOComponentVariable.WOComponentVariableScope getScope()

setScope

public void setScope(WOComponentVariable.WOComponentVariableScope scope)

getInitialValueAssociation

public WOAssociation getInitialValueAssociation()

setInitialValueAssociation

public void setInitialValueAssociation(WOAssociation initialValueAssociation)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.