Uses of Class
org.jclouds.vcloud.director.v1_5.domain.Error.Code

Packages that use Error.Code
org.jclouds.vcloud.director.v1_5   
org.jclouds.vcloud.director.v1_5.domain   
 

Uses of Error.Code in org.jclouds.vcloud.director.v1_5
 

Methods in org.jclouds.vcloud.director.v1_5 that return Error.Code
 Error.Code VCloudDirectorException.getCode()
           
 

Uses of Error.Code in org.jclouds.vcloud.director.v1_5.domain
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return Error.Code
static Error.Code Error.Code.fromCode(int majorErrorCode)
           
static Error.Code Error.Code.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Error.Code[] Error.Code.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.