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 Argument.TypeArgument. getType()static Argument.TypeArgument.Type. valueOf(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.Methods in net.n2oapp.framework.api.metadata.global.dao.invocation.model with parameters of type Argument.Type Modifier and Type Method Description voidArgument. setType(Argument.Type type)
-