Enum Configuration.Conformance
- All Implemented Interfaces:
- Serializable,- Comparable<Configuration.Conformance>,- java.lang.constant.Constable
- Enclosing class:
- Configuration
An enum containing conformance constants.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionPDF with no additional restrictions (default)PDF/A-1a (ISO 19005-1:2005 Level A)PDF/A-1a + PDF/UA-1 (ISO 19005-1:2005 Level A + ISO 14289-1:2014)PDF/A-1b (ISO 19005-1:2005 Level B)PDF/A-2a (ISO 19005-2:2011 Level A)PDF/A-2a + PDF/UA-1 (ISO 19005-2:2011 Level A + ISO 14289-1:2014)PDF/A-2b (ISO 19005-2:2011 Level B)PDF/A-2u (ISO 19005-2:2011 Level U)PDF/A-3a (ISO 19005-3:2012 Level A)PDF/A-3a + PDF/UA-1 (ISO 19005-3:2012 Level A + ISO 14289-1:2014)PDF/A-3b (ISO 19005-3:2012 Level B)PDF/A-3u (ISO 19005-3:2012 Level U)PDF/UA-1 (ISO 14289-1:2014)PDF/X-1a:2001 (ISO 15930-1:2001)PDF/X-1a:2003 (ISO 15930-4:2003)PDF/X-3:2002 (ISO 15930-3:2002)PDF/X-3:2003 (ISO 15930-6:2003)PDF/X-4 (ISO 15930-7:2008)PDF/X-4p (ISO 15930-7:2008)
- 
Method SummaryModifier and TypeMethodDescriptionstatic Configuration.ConformanceReturns the enum constant of this type with the specified name.static Configuration.Conformance[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
- 
Enum Constant Details- 
PDFPDF with no additional restrictions (default) 
- 
PDFA1APDF/A-1a (ISO 19005-1:2005 Level A) 
- 
PDFA1A_PDFUA1PDF/A-1a + PDF/UA-1 (ISO 19005-1:2005 Level A + ISO 14289-1:2014) 
- 
PDFA1BPDF/A-1b (ISO 19005-1:2005 Level B) 
- 
PDFA2APDF/A-2a (ISO 19005-2:2011 Level A) 
- 
PDFA2A_PDFUA1PDF/A-2a + PDF/UA-1 (ISO 19005-2:2011 Level A + ISO 14289-1:2014) 
- 
PDFA2BPDF/A-2b (ISO 19005-2:2011 Level B) 
- 
PDFA2UPDF/A-2u (ISO 19005-2:2011 Level U) 
- 
PDFA3APDF/A-3a (ISO 19005-3:2012 Level A) 
- 
PDFA3A_PDFUA1PDF/A-3a + PDF/UA-1 (ISO 19005-3:2012 Level A + ISO 14289-1:2014) 
- 
PDFA3BPDF/A-3b (ISO 19005-3:2012 Level B) 
- 
PDFA3UPDF/A-3u (ISO 19005-3:2012 Level U) 
- 
PDFUA1PDF/UA-1 (ISO 14289-1:2014) 
- 
PDFX1A_2001PDF/X-1a:2001 (ISO 15930-1:2001) 
- 
PDFX1A_2003PDF/X-1a:2003 (ISO 15930-4:2003) 
- 
PDFX3_2002PDF/X-3:2002 (ISO 15930-3:2002) 
- 
PDFX3_2003PDF/X-3:2003 (ISO 15930-6:2003) 
- 
PDFX4PDF/X-4 (ISO 15930-7:2008) 
- 
PDFX4PPDF/X-4p (ISO 15930-7:2008) 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-