Uses of Class
net.n2oapp.framework.api.metadata.domain.Domain
-
Packages that use Domain Package Description net.n2oapp.framework.api.data net.n2oapp.framework.api.metadata.domain -
-
Uses of Domain in net.n2oapp.framework.api.data
Methods in net.n2oapp.framework.api.data with parameters of type Domain Modifier and Type Method Description java.lang.ObjectDomainProcessor. deserialize(java.lang.Object value, Domain 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(java.lang.Class<?> clazz)static DomainDomain. getByName(java.lang.String name)static DomainDomain. 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.
-