Uses of Class
net.n2oapp.framework.api.metadata.domain.Domain
-
Packages that use Domain Package Description net.n2oapp.framework.api.metadata.domain -
-
Uses of Domain in net.n2oapp.framework.api.metadata.domain
Methods in net.n2oapp.framework.api.metadata.domain that return Domain Modifier and Type Method Description static DomainDomain. getByClass(Class clazz)static DomainDomain. getByName(String name)static DomainDomain. valueOf(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.
-