Class CompiledPropertyMetadata

java.lang.Object
net.sf.jasperreports.metadata.properties.CompiledPropertyMetadata

public class CompiledPropertyMetadata extends Object
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • CompiledPropertyMetadata

      public CompiledPropertyMetadata()
  • Method Details

    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • getScopes

      public List<PropertyScope> getScopes()
    • setScopes

      public void setScopes(List<PropertyScope> scopes)
    • addScope

      public void addScope(PropertyScope scope)
    • getSinceVersion

      public String getSinceVersion()
    • setSinceVersion

      public void setSinceVersion(String sinceVersion)
    • getValueType

      public String getValueType()
    • setValueType

      public void setValueType(String valueType)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getConstantDeclarationClass

      public String getConstantDeclarationClass()
    • setConstantDeclarationClass

      public void setConstantDeclarationClass(String constantDeclarationClass)
    • getConstantFieldName

      public String getConstantFieldName()
    • setConstantFieldName

      public void setConstantFieldName(String constantFieldName)
    • getScopeQualifications

      public List<String> getScopeQualifications()
    • setScopeQualifications

      public void setScopeQualifications(List<String> scopeQualifications)
    • addScopeQualification

      public void addScopeQualification(String scopeQualification)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • isDeprecated

      public boolean isDeprecated()
    • setDeprecated

      public void setDeprecated(boolean deprecated)