org.apache.poi.hsmf.datatypes
Class Types

java.lang.Object
  extended by org.apache.poi.hsmf.datatypes.Types

public class Types
extends java.lang.Object


Field Summary
static int BINARY
           
static int BOOLEAN
           
static int LONG
           
static int NEW_STRING
          A string, from Outlook 3.0 onwards
static int OLD_STRING
          A string, until Outlook 3.0
static int TIME
           
 
Constructor Summary
Types()
           
 
Method Summary
static java.lang.String asFileEnding(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINARY

public static int BINARY

OLD_STRING

public static int OLD_STRING
A string, until Outlook 3.0


NEW_STRING

public static int NEW_STRING
A string, from Outlook 3.0 onwards


LONG

public static int LONG

TIME

public static int TIME

BOOLEAN

public static int BOOLEAN
Constructor Detail

Types

public Types()
Method Detail

asFileEnding

public static java.lang.String asFileEnding(int type)


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