Uses of Class
jitas.core.Subdomain

Packages that use Subdomain
jitas.core   
 

Uses of Subdomain in jitas.core
 

Methods in jitas.core that return Subdomain
 Subdomain Domain.getSubdomain(java.lang.String name)
          Get the specific subdomain by its name
 

Methods in jitas.core that return types with arguments of type Subdomain
 java.util.Set<Subdomain> Domain.getSubdomains()
          Get all the subdomains related to this domain
 

Methods in jitas.core with parameters of type Subdomain
 int Subdomain.compareTo(Subdomain object)
          Standard compareTo override, based on the Subdomain name
 

Constructor parameters in jitas.core with type arguments of type Subdomain
Domain(java.lang.String name, java.lang.String longName, java.lang.String description, boolean userCreation, java.lang.String type, java.lang.String subdomainTerm, java.util.Set<Subdomain> subdomains)
          Constructor -This is called from DOMDomainParser to set all of the variables