net.pleso.framework.client.bl
Interface IEnumItem

All Known Implementing Classes:
DBIntEnum

public interface IEnumItem

Represents predefined enumeration item of some IEnum implementation.


Method Summary
 java.lang.String getCaption()
          Returns localized verbose string representation of item.
 IDBValue getDBValue()
          Returns item value as IDBValue.
 

Method Detail

getDBValue

IDBValue getDBValue()
Returns item value as IDBValue.

Returns:
item value.

getCaption

java.lang.String getCaption()
Returns localized verbose string representation of item.

Returns:
item string representation


Copyright © 2006-2007 pleso.net crew All Rights Reserved.