|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.exchange.webdav.AbstractProperty
This class defines the values representing properties under the
urn:schemas:httpmail: namespace. This urn:schemas:httpmail:
namespace defines the core propertes for a message in the Microsoft Exchange store. Within
this namespace, string fields are returned with all characters that were encoded
per Request for Comments (RFC) 1522 decoded into Unicode characters.
| Constructor Summary | |
protected |
AbstractProperty(java.lang.String sName,
com.compoze.exchange.webdav.ExchangeNamespace namespace)
Constructor. |
| Method Summary | |
protected abstract void |
addProperty(AbstractProperty property)
Adds the property to the list of properties. |
boolean |
equals(java.lang.Object o)
Indicates whether some other AbstractProperty
object is "equal to" this one. |
java.lang.String |
getFullName()
Gets the full name of this property. |
java.lang.String |
getName()
Gets the name of the property. |
com.compoze.exchange.webdav.ExchangeNamespace |
getNamespace()
Gets the namespace. |
java.lang.String |
getURI()
Gets the namespace URI. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected AbstractProperty(java.lang.String sName,
com.compoze.exchange.webdav.ExchangeNamespace namespace)
sURI - the URI namesName - the property name| Method Detail |
public java.lang.String getURI()
public com.compoze.exchange.webdav.ExchangeNamespace getNamespace()
public java.lang.String getName()
the - property namepublic java.lang.String getFullName()
protected abstract void addProperty(AbstractProperty property)
property - the property to addpublic boolean equals(java.lang.Object o)
AbstractProperty
object is "equal to" this one.equals in class java.lang.Objecto - the object to validate againsttrue if this object is the same as the object argument; false otherwisepublic java.lang.String toString()
toString in class java.lang.Object
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||