Uses of Class
uk.ac.ebi.intenz.domain.constants.EventConstant

Packages that use EventConstant
uk.ac.ebi.intenz.domain.constants The most commonly used constants are implemented as typesafe enums. 
uk.ac.ebi.intenz.domain.history The classification classes will be used to represent the EC hierarchy and the enzyme history. 
 

Uses of EventConstant in uk.ac.ebi.intenz.domain.constants
 

Fields in uk.ac.ebi.intenz.domain.constants declared as EventConstant
static EventConstant EventConstant.CREATION
          Deprecated.  
static EventConstant EventConstant.DELETION
          Deprecated.  
static EventConstant EventConstant.MODIFICATION
          Deprecated.  
static EventConstant EventConstant.TRANSFER
          Deprecated.  
 

Methods in uk.ac.ebi.intenz.domain.constants that return EventConstant
static EventConstant EventConstant.valueOf(String eventCode)
          Deprecated. Returns the corresponding instance of the given event code.
 

Uses of EventConstant in uk.ac.ebi.intenz.domain.history
 

Fields in uk.ac.ebi.intenz.domain.history declared as EventConstant
protected  EventConstant HistoryEvent.eventClass
           
 

Methods in uk.ac.ebi.intenz.domain.history that return EventConstant
 EventConstant HistoryEvent.getEventClass()
           
 

Methods in uk.ac.ebi.intenz.domain.history with parameters of type EventConstant
 void HistoryEvent.setEventClass(EventConstant eventClass)
           
 



Copyright © 2013 EMBL-EBI. All Rights Reserved.