org.apache.poi.hslf.record
Class RecordTypes.Type

java.lang.Object
  extended by org.apache.poi.hslf.record.RecordTypes.Type
Enclosing class:
RecordTypes

public static class RecordTypes.Type
extends java.lang.Object

Wrapper for the details of a PowerPoint or Escher record type. Contains both the type, and the handling class (if any), and offers methods to get either back out.


Field Summary
 java.lang.Class handlingClass
           
 int typeID
           
 
Constructor Summary
RecordTypes.Type(int typeID, java.lang.Class handlingClass)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeID

public int typeID

handlingClass

public java.lang.Class handlingClass
Constructor Detail

RecordTypes.Type

public RecordTypes.Type(int typeID,
                        java.lang.Class handlingClass)


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.