|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.compoze.exchange.PropertyKey
com.compoze.exchange.PropnamePropertyKey
This class is a MAPI property name. These properties map to MAPI
properties which require a name a property set ID. Common instantiations
of this class are available as members in the PropertyKey class.
| Field Summary |
| Constructor Summary | |
|
PropnamePropertyKey(java.lang.String sPropertyName,
int iKeyType)
Constructor. |
|
PropnamePropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType)
Constructor. |
protected |
PropnamePropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType,
java.lang.Class classValue)
Constructor. |
|
PropnamePropertyKey(java.lang.String sPropertySet,
java.lang.String sPropertyName,
int iValueType,
int iKeyType)
Constructor. |
protected |
PropnamePropertyKey(java.lang.String sPropertySet,
java.lang.String sPropertyName,
int iValueType,
int iKeyType,
java.lang.Class classValue)
Constructor. |
| Method Summary | |
static java.util.List |
getList()
Gets the list of propname property keys |
| Methods inherited from class com.compoze.exchange.PropertyKey |
equals, getKey, getKeyType, getValueClass, getValueType, hashCode, isArray, setKey, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropnamePropertyKey(java.lang.String sPropertyName,
int iKeyType)
sPropertyName - the property nameiKeyType - the key type (one of the KEY_ constants)
public PropnamePropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType)
sPropertyName - the property nameiValueType - the value type (one of the VALUE_ constants)iKeyType - the key type (one of the KEY_ constants)
public PropnamePropertyKey(java.lang.String sPropertySet,
java.lang.String sPropertyName,
int iValueType,
int iKeyType)
sPropertySet - the property set (may be null for default)sPropertyName - the property name (must not be null)iValueType - the type of the valueiKeyType - the key type (one of the KEY_ constants)
protected PropnamePropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType,
java.lang.Class classValue)
sPropertyName - the property nameiValueType - the value type (one of the VALUE_ constants)iKeyType - the key type (one of the KEY_ constants)classValue - the Class that can be used to set values for this key
protected PropnamePropertyKey(java.lang.String sPropertySet,
java.lang.String sPropertyName,
int iValueType,
int iKeyType,
java.lang.Class classValue)
sPropertySet - the property set (may be null for default)sPropertyName - the property name (must not be null)iValueType - the type of the valueiKeyType - the key type (one of the KEY_ constants)classValue - the Class that can be used to set values for this key| Method Detail |
public static java.util.List getList()
|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||