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