Uses of Class
net.n2oapp.framework.api.metadata.meta.DependencyType
-
Packages that use DependencyType Package Description net.n2oapp.framework.api.metadata.meta -
-
Uses of DependencyType in net.n2oapp.framework.api.metadata.meta
Methods in net.n2oapp.framework.api.metadata.meta that return DependencyType Modifier and Type Method Description static DependencyTypeDependencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static DependencyType[]DependencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-