com.loribel.commons.abstraction
Interface GB_ValueOwner

All Known Subinterfaces:
GB_BOCoupleValue, GB_BOEnumItem, GB_DebugCall, GB_Item, GB_ItemSet, GB_ItemWithReport, GB_ItemWithReportSet, GB_NameValue, GB_NameValueSet, GB_ValueOwnerSet
All Known Implementing Classes:
GB_BOCoupleValueImpl, GB_BOEnumItemBO, GB_BOEnumItemNode, GB_BOEnumItemNode3, GB_BOValueSingle, GB_ItemImpl, GB_ItemWithReportImpl, GB_NameValueImpl, GB_Reference, GB_ValueOwnerImpl

public interface GB_ValueOwner

Abstraction of object that have read value. See GB_ValueOwnerSet to abstraction with setter method.

Author:
Gregory Borelli

Method Summary
 java.lang.Object getValue()
          Get the value.
 

Method Detail

getValue

public java.lang.Object getValue()
Get the value.

Returns:
Object


Copyright © 2002-2007 Gregory Borelli [Loribel]. All Rights Reserved.