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

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

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

Methods in org.apache.directory.studio.apacheds.model that return ServerStateEnum
 ServerStateEnum Server.getState()
          Gets the state.
static ServerStateEnum ServerStateEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerStateEnum[] ServerStateEnum.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 ServerStateEnum
 void Server.setState(ServerStateEnum state)
          Sets the state
 



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