org.apache.poi.hmef
Class Attribute.AttributeID

java.lang.Object
  extended by org.apache.poi.hmef.Attribute.AttributeID
Enclosing class:
Attribute

public static class Attribute.AttributeID
extends java.lang.Object

Holds information on one potential ID of an attribute, and provides handy lookups for it.


Field Summary
 int id
           
 java.lang.String mapiProperty
           
 java.lang.String name
           
 int usualType
           
 
Method Summary
static Attribute.AttributeID getBest(int id, int type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public final int id

usualType

public final int usualType

name

public final java.lang.String name

mapiProperty

public final java.lang.String mapiProperty
Method Detail

getBest

public static Attribute.AttributeID getBest(int id,
                                            int type)

toString

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


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