Uses of Class
macaw.system.ChangeEventType

Packages that use ChangeEventType
macaw.system Contains classes that are used prolificly throughout the code base. 
 

Uses of ChangeEventType in macaw.system
 

Methods in macaw.system that return ChangeEventType
 ChangeEventType MacawChangeEvent.getChangeType()
           
static ChangeEventType ChangeEventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeEventType[] ChangeEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in macaw.system with parameters of type ChangeEventType
 void MacawChangeEvent.setChangeType(ChangeEventType changeType)
           
 

Constructors in macaw.system with parameters of type ChangeEventType
MacawChangeEvent(ChangeEventType changeType, java.lang.String changeMessage, java.lang.String userID)