Package com.nomagic.uaf.report
Class ReportProfile.ImageFormatEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.uaf.report.ReportProfile.ImageFormatEnumeration
-
- Enclosing class:
- ReportProfile
private static class ReportProfile.ImageFormatEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJOINT_PHOTOGRAPHIC_EXPERTS_GROUP__STAR_JPG_private EnumerationLiteraljointPhotographicExpertsGroupSTARjpgstatic java.lang.StringPORTABLE_NETWORK_GRAPHICS__STAR_PNG_private EnumerationLiteralportableNetworkGraphicsSTARpngstatic java.lang.StringSCALABLE_VECTOR_GRAPHICS__STAR_SVG_private EnumerationLiteralscalableVectorGraphicsSTARsvgstatic java.lang.StringWINDOWS_ENHANCED_METAFILE__STAR_EMF_static java.lang.StringWINDOWS_METAFILE__STAR_WMF_private EnumerationLiteralwindowsEnhancedMetafileSTARemfprivate EnumerationLiteralwindowsMetafileSTARwmf
-
Constructor Summary
Constructors Modifier Constructor Description privateImageFormatEnumeration(ReportProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
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
-
windowsMetafileSTARwmf
@CheckForNull private EnumerationLiteral windowsMetafileSTARwmf
-
-
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()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-