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