Uses of Class
org.jclouds.deltacloud.domain.Realm.State

Packages that use Realm.State
org.jclouds.deltacloud.domain   
 

Uses of Realm.State in org.jclouds.deltacloud.domain
 

Methods in org.jclouds.deltacloud.domain that return Realm.State
static Realm.State Realm.State.fromValue(String state)
           
 Realm.State Realm.getState()
           
static Realm.State Realm.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Realm.State[] Realm.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.deltacloud.domain with parameters of type Realm.State
Realm(URI href, String id, String name, String limit, Realm.State state)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.