Uses of Class
org.apache.poi.hsmf.datatypes.Types.MAPIType

Packages that use Types.MAPIType
org.apache.poi.hsmf.datatypes   
 

Uses of Types.MAPIType in org.apache.poi.hsmf.datatypes
 

Fields in org.apache.poi.hsmf.datatypes declared as Types.MAPIType
static Types.MAPIType Types.APP_TIME
          AppTime - application time value
static Types.MAPIType Types.ASCII_STRING
          An 8-bit string, probably in CP1252, but don't quote us...
static Types.MAPIType Types.BINARY
          Binary - counted byte array
static Types.MAPIType Types.BOOLEAN
          Boolean - 16-bit Boolean value.
static Types.MAPIType Types.CLS_ID
          ClassId - OLE GUID
static Types.MAPIType Types.CURRENCY
          Currency - signed 64-bit integer that represents a base ten decimal with four digits to the right of the decimal point
static Types.MAPIType Types.DIRECTORY
          Object/Directory - embedded object in a property
static Types.MAPIType Types.DOUBLE
          Double - floating point double
static Types.MAPIType Types.ERROR
          Error - 32-bit error value
static Types.MAPIType Types.FLOAT
          R4 - 4-byte floating point value
static Types.MAPIType Types.LONG
          Long - signed 32-bit value
static Types.MAPIType Types.LONG_LONG
          I8 - 8-byte signed integer
static Types.MAPIType Types.NULL
          Null - NULL property value
static Types.MAPIType Types.SHORT
          I2 - signed 16-bit value
static Types.MAPIType Types.TIME
          SysTime - FILETIME 64-bit integer specifying the number of 100ns periods since Jan 1, 1601
protected  Types.MAPIType Chunk.type
           
static Types.MAPIType Types.UNICODE_STRING
          A string, from Outlook 3.0 onwards.
static Types.MAPIType Types.UNKNOWN
          Unknown
static Types.MAPIType Types.UNSPECIFIED
          Unspecified
 Types.MAPIType MAPIProperty.usualType
           
 

Methods in org.apache.poi.hsmf.datatypes that return Types.MAPIType
static Types.MAPIType Types.createCustom(int typeId)
           
static Types.MAPIType Types.getById(int typeId)
           
 Types.MAPIType Chunk.getType()
          Gets the numeric type of this chunk.
 

Methods in org.apache.poi.hsmf.datatypes with parameters of type Types.MAPIType
static MAPIProperty MAPIProperty.createCustom(int id, Types.MAPIType type, java.lang.String name)
           
 

Constructors in org.apache.poi.hsmf.datatypes with parameters of type Types.MAPIType
ByteChunk(int chunkId, Types.MAPIType type)
          Create a Byte Chunk, with the specified type.
ByteChunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
          Creates a Byte Chunk.
Chunk(int chunkId, Types.MAPIType type)
           
Chunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
           
DirectoryChunk(DirectoryNode dir, java.lang.String namePrefix, int chunkId, Types.MAPIType type)
           
MessageSubmissionChunk(int chunkId, Types.MAPIType type)
          Create a Byte Chunk, with the specified type.
MessageSubmissionChunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
          Creates a Byte Chunk.
StringChunk(int chunkId, Types.MAPIType type)
          Create a String Chunk, with the specified type.
StringChunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
          Creates a String Chunk.
 



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