Uses of Class
net.sf.jasperreports.customizers.type.LayerEnum
-
Packages that use LayerEnum Package Description net.sf.jasperreports.customizers.type -
-
Uses of LayerEnum in net.sf.jasperreports.customizers.type
Methods in net.sf.jasperreports.customizers.type that return LayerEnum Modifier and Type Method Description static LayerEnumLayerEnum. getByName(String name)static LayerEnumLayerEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LayerEnum[]LayerEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-