Uses of Class
net.sf.jasperreports.annotations.properties.PropertyScope
-
Packages that use PropertyScope Package Description net.sf.jasperreports.annotations.properties net.sf.jasperreports.metadata.properties -
-
Uses of PropertyScope in net.sf.jasperreports.annotations.properties
Methods in net.sf.jasperreports.annotations.properties that return PropertyScope Modifier and Type Method Description PropertyScope[]scopes()static PropertyScopePropertyScope. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyScope[]PropertyScope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyScope in net.sf.jasperreports.metadata.properties
Methods in net.sf.jasperreports.metadata.properties that return types with arguments of type PropertyScope Modifier and Type Method Description List<PropertyScope>CompiledPropertyMetadata. getScopes()Methods in net.sf.jasperreports.metadata.properties with parameters of type PropertyScope Modifier and Type Method Description voidCompiledPropertyMetadata. addScope(PropertyScope scope)Method parameters in net.sf.jasperreports.metadata.properties with type arguments of type PropertyScope Modifier and Type Method Description voidCompiledPropertyMetadata. setScopes(List<PropertyScope> scopes)
-