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