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

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

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

Methods in org.apache.directory.studio.apacheds.model that return ServerVersion
 ServerVersion Server.getVersion()
          Gets the version of the server
static ServerVersion ServerVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerVersion[] ServerVersion.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.directory.studio.apacheds.model with parameters of type ServerVersion
 void Server.setVersion(ServerVersion version)
          Sets the version of the server
 



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