public static final class Types.MAPIType
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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() |
public int getLength()
public boolean isFixedLength()
public int getId()
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String asFileEnding()