ariba.ui.meta.core
Class Meta.OverrideValue

java.lang.Object
  extended by ariba.ui.meta.core.Meta.OverrideValue
Enclosing class:
Meta

public static class Meta.OverrideValue
extends Object

Wrapper for a value that should, in rule application, override any previous value for its property. This can be used to override default property value merge policy, for instance allowing the "visible" property to be forced from false to true.


Constructor Summary
Meta.OverrideValue(Object value)
           
 
Method Summary
 String toString()
           
 Object value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Meta.OverrideValue

public Meta.OverrideValue(Object value)
Method Detail

value

public Object value()

toString

public String toString()
Overrides:
toString in class Object


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.