Holger's
Java API

Uses of Class
com.antelmann.mgmt.DBUpdateEvent.UpdateType

Packages that use DBUpdateEvent.UpdateType
com.antelmann.mgmt This package contains generally useful classes for business management. 
 

Uses of DBUpdateEvent.UpdateType in com.antelmann.mgmt
 

Methods in com.antelmann.mgmt that return DBUpdateEvent.UpdateType
 DBUpdateEvent.UpdateType DBUpdateEvent.getType()
          indicates whether it was an update, insert or delete
static DBUpdateEvent.UpdateType DBUpdateEvent.UpdateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DBUpdateEvent.UpdateType[] DBUpdateEvent.UpdateType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.antelmann.mgmt with parameters of type DBUpdateEvent.UpdateType
DBUpdateEvent(DBClassStore<?> source, DBUpdateEvent.UpdateType type, Resource resource)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads