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 PDFNamenameprivate static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protectedStructureTypeImpl(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFNamegetName()Returns the name of this structure type.java.lang.StringtoString()
-
-
-
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:StructureTypeReturns the name of this structure type.- Specified by:
getNamein interfaceStructureType- Returns:
- the name object identifying this structure type
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-