Uses of Class
org.exoplatform.commons.api.settings.data.EventType

Packages that use EventType
org.exoplatform.commons.api.settings.data   
 

Uses of EventType in org.exoplatform.commons.api.settings.data
 

Methods in org.exoplatform.commons.api.settings.data that return EventType
 EventType SettingData.getEventType()
           
static EventType EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.exoplatform.commons.api.settings.data with parameters of type EventType
 void SettingData.setEventType(EventType eventType)
           
 

Constructors in org.exoplatform.commons.api.settings.data with parameters of type EventType
SettingData(EventType eventType, SettingContext settingContext)
           
SettingData(EventType eventType, SettingContext settingContext, SettingValue<?> settingValue)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.