Package org.apache.fop.pdf
Class StandardStructureTypes.StructureTypeImpl
- java.lang.Object
-
- org.apache.fop.pdf.StandardStructureTypes.StructureTypeImpl
-
- All Implemented Interfaces:
java.io.Serializable
,StructureType
- Enclosing class:
- StandardStructureTypes
private static class StandardStructureTypes.StructureTypeImpl extends java.lang.Object implements StructureType, java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private PDFName
name
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protected
StructureTypeImpl(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFName
getName()
Returns the name of this structure type.java.lang.String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
name
private final PDFName name
-
-
Method Detail
-
getName
public PDFName getName()
Description copied from interface:StructureType
Returns the name of this structure type.- Specified by:
getName
in interfaceStructureType
- Returns:
- the name object identifying this structure type
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-