Uses of Interface
org.jacorb.ir.gui.typesystem.Value

Packages that use Value
org.jacorb.ir.gui.typesystem   
org.jacorb.ir.gui.typesystem.remote   
 

Uses of Value in org.jacorb.ir.gui.typesystem
 

Methods in org.jacorb.ir.gui.typesystem that return Value
 Value Value.getBaseValue()
          Return the concrete base value of this value, or null if this base value has no base value.
 

Uses of Value in org.jacorb.ir.gui.typesystem.remote
 

Classes in org.jacorb.ir.gui.typesystem.remote that implement Value
 class IRValue
           
 

Methods in org.jacorb.ir.gui.typesystem.remote that return Value
 Value IRValue.getBaseValue()
          Return the concrete base value of this value, or null if this base value has no base value.
 Value[] IRValue.getAbstractBaseValues()
          Return the abstract base values of this value.