Uses of Class
Cosm.Domain

Packages that use Domain
Cosm   
 

Uses of Domain in Cosm
 

Methods in Cosm that return Domain
 Domain Location.getDomain()
           
static Domain Domain.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Domain[] Domain.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Cosm with parameters of type Domain
 void Location.setDomain(Domain domain)