net.pleso.framework.client.bl.impl
Class IntEnum

java.lang.Object
  extended by net.pleso.framework.client.bl.impl.IntEnum
Direct Known Subclasses:
CustomFormType, CustomRBType, FormItemSize

public abstract class IntEnum
extends java.lang.Object

Represents abstract base class for int enumerations.


Method Summary
 int getValue()
          Returns enumeration item int value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public int getValue()
Returns enumeration item int value.

Returns:
item value


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