Uses of Class
org.jclouds.cloudsigma.domain.ProfileType

Packages that use ProfileType
org.jclouds.cloudsigma.domain   
 

Uses of ProfileType in org.jclouds.cloudsigma.domain
 

Fields in org.jclouds.cloudsigma.domain declared as ProfileType
protected  ProfileType ProfileInfo.type
           
protected  ProfileType ProfileInfo.Builder.type
           
 

Methods in org.jclouds.cloudsigma.domain that return ProfileType
static ProfileType ProfileType.fromValue(String type)
           
protected  ProfileType ProfileInfo.getType()
           
static ProfileType ProfileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProfileType[] ProfileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudsigma.domain with parameters of type ProfileType
 ProfileInfo.Builder ProfileInfo.Builder.type(ProfileType type)
           
 

Constructors in org.jclouds.cloudsigma.domain with parameters of type ProfileType
ProfileInfo(String uuid, String email, String firstName, String lastName, String nickName, ProfileType type)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.