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

java.lang.Object
  extended by org.apache.poi.hsmf.datatypes.Types.MAPIType
Enclosing class:
Types

public static final class Types.MAPIType
extends java.lang.Object


Method Summary
 java.lang.String asFileEnding()
          Return the 4 character hex encoded version, as used in file endings
 int getId()
           
 int getLength()
          Returns the length, in bytes, of values of this type, or -1 if it is a variable length type.
 java.lang.String getName()
           
 boolean isFixedLength()
          Is this type a fixed-length type, or a variable-length one?
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLength

public int getLength()
Returns the length, in bytes, of values of this type, or -1 if it is a variable length type.


isFixedLength

public boolean isFixedLength()
Is this type a fixed-length type, or a variable-length one?


getId

public int getId()

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

asFileEnding

public java.lang.String asFileEnding()
Return the 4 character hex encoded version, as used in file endings



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