| Package | Description | 
|---|---|
| org.jclouds.domain | |
| org.jclouds.domain.internal | |
| org.jclouds.internal | 
| Modifier and Type | Method and Description | 
|---|---|
LocationScope | 
Location.getScope()
Scope of the location, ex. 
 | 
static LocationScope | 
LocationScope.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LocationScope[] | 
LocationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocationBuilder | 
LocationBuilder.scope(LocationScope scope)  | 
| Modifier and Type | Method and Description | 
|---|---|
LocationScope | 
LocationImpl.getScope()
Scope of the location, ex. 
 | 
| Constructor and Description | 
|---|
LocationImpl(LocationScope scope,
            String id,
            String description,
            Location parent,
            Iterable<String> iso3166Codes,
            Map<String,Object> metadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
LocationScope | 
ContextImpl.getScope()
Scope of the location, ex. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.