Uses of Class
org.apache.directory.studio.apacheds.model.ServerEventEnum

Packages that use ServerEventEnum
org.apache.directory.studio.apacheds.model   
 

Uses of ServerEventEnum in org.apache.directory.studio.apacheds.model
 

Methods in org.apache.directory.studio.apacheds.model that return ServerEventEnum
 ServerEventEnum ServerEvent.getKind()
           
static ServerEventEnum ServerEventEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerEventEnum[] ServerEventEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.studio.apacheds.model with parameters of type ServerEventEnum
 void ServerEvent.setKind(ServerEventEnum kind)
           
 

Constructors in org.apache.directory.studio.apacheds.model with parameters of type ServerEventEnum
ServerEvent(Server server, ServerEventEnum kind)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.