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