Class ReportProfile.ImageFormatEnumeration

    • Field Detail

      • JOINT_PHOTOGRAPHIC_EXPERTS_GROUP__STAR_JPG_

        public static final java.lang.String JOINT_PHOTOGRAPHIC_EXPERTS_GROUP__STAR_JPG_
        See Also:
        Constant Field Values
      • PORTABLE_NETWORK_GRAPHICS__STAR_PNG_

        public static final java.lang.String PORTABLE_NETWORK_GRAPHICS__STAR_PNG_
        See Also:
        Constant Field Values
      • SCALABLE_VECTOR_GRAPHICS__STAR_SVG_

        public static final java.lang.String SCALABLE_VECTOR_GRAPHICS__STAR_SVG_
        See Also:
        Constant Field Values
      • WINDOWS_ENHANCED_METAFILE__STAR_EMF_

        public static final java.lang.String WINDOWS_ENHANCED_METAFILE__STAR_EMF_
        See Also:
        Constant Field Values
      • WINDOWS_METAFILE__STAR_WMF_

        public static final java.lang.String WINDOWS_METAFILE__STAR_WMF_
        See Also:
        Constant Field Values
      • jointPhotographicExpertsGroupSTARjpg

        @CheckForNull
        private EnumerationLiteral jointPhotographicExpertsGroupSTARjpg
      • portableNetworkGraphicsSTARpng

        @CheckForNull
        private EnumerationLiteral portableNetworkGraphicsSTARpng
      • scalableVectorGraphicsSTARsvg

        @CheckForNull
        private EnumerationLiteral scalableVectorGraphicsSTARsvg
      • windowsEnhancedMetafileSTARemf

        @CheckForNull
        private EnumerationLiteral windowsEnhancedMetafileSTARemf
    • Constructor Detail

      • ImageFormatEnumeration

        private ImageFormatEnumeration​(ReportProfile profile)
    • Method Detail

      • getEnumeration

        @CheckForNull
        public Enumeration getEnumeration()
      • getJointPhotographicExpertsGroupSTARjpgEnumerationLiteral

        @CheckForNull
        public EnumerationLiteral getJointPhotographicExpertsGroupSTARjpgEnumerationLiteral()
      • getPortableNetworkGraphicsSTARpngEnumerationLiteral

        @CheckForNull
        public EnumerationLiteral getPortableNetworkGraphicsSTARpngEnumerationLiteral()
      • getScalableVectorGraphicsSTARsvgEnumerationLiteral

        @CheckForNull
        public EnumerationLiteral getScalableVectorGraphicsSTARsvgEnumerationLiteral()
      • getWindowsEnhancedMetafileSTARemfEnumerationLiteral

        @CheckForNull
        public EnumerationLiteral getWindowsEnhancedMetafileSTARemfEnumerationLiteral()
      • getWindowsMetafileSTARwmfEnumerationLiteral

        @CheckForNull
        public EnumerationLiteral getWindowsMetafileSTARwmfEnumerationLiteral()