Class DefaultAttributeMetaData

    • Constructor Detail

      • DefaultAttributeMetaData

        public DefaultAttributeMetaData​(String namespace,
                                        String name,
                                        String bundleLocation,
                                        String keyPrefix,
                                        Class<?> targetClass,
                                        boolean designTimeValue,
                                        int compatibilityLevel)
        Creates an expert, non-preferred, hidden, non-mandatory, non-computed and non-transient attribute.

        This is a suitable constructor to declare internal attributes that should not be edited by an end-user in the report-designer. This constructor is only used for testing.

        Parameters:
        namespace -
        name -
        bundleLocation -
        keyPrefix -
        targetClass -
        designTimeValue -
        compatibilityLevel -
      • DefaultAttributeMetaData

        public DefaultAttributeMetaData​(String namespace,
                                        String name,
                                        String bundleLocation,
                                        String keyPrefix,
                                        String propertyEditorClass,
                                        Class<?> targetClass,
                                        boolean expert,
                                        boolean preferred,
                                        boolean hidden,
                                        boolean deprecated,
                                        boolean mandatory,
                                        boolean computed,
                                        boolean transientFlag,
                                        String valueRole,
                                        boolean bulk,
                                        boolean designTimeValue,
                                        AttributeCore attributeCore,
                                        MaturityLevel maturityLevel,
                                        int compatibilityLevel)