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