Uses of Class
org.jclouds.rimuhosting.miro.domain.internal.ServerType

Packages that use ServerType
org.jclouds.rimuhosting.miro.domain   
org.jclouds.rimuhosting.miro.domain.internal   
 

Uses of ServerType in org.jclouds.rimuhosting.miro.domain
 

Methods in org.jclouds.rimuhosting.miro.domain that return ServerType
 ServerType PricingPlan.getServerType()
           
 

Methods in org.jclouds.rimuhosting.miro.domain with parameters of type ServerType
 void PricingPlan.setServerType(ServerType serverType)
           
 

Uses of ServerType in org.jclouds.rimuhosting.miro.domain.internal
 

Methods in org.jclouds.rimuhosting.miro.domain.internal that return ServerType
static ServerType ServerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerType[] ServerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.