|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.PropertyDefinitionBase
microsoft.exchange.webservices.data.ServiceObjectPropertyDefinition
microsoft.exchange.webservices.data.IndexedPropertyDefinition
public final class IndexedPropertyDefinition
Represents an indexed property definition.
| Constructor Summary | |
|---|---|
protected |
IndexedPropertyDefinition(String uri,
String index)
Initializes a new instance of the IndexedPropertyDefinition class. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Determines whether a given indexed property definition is equal to this indexed property definition. |
String |
getIndex()
Gets the index of the property. |
protected String |
getPrintableName()
Gets the property definition's printable name. |
Class |
getType()
Gets the property type. |
protected String |
getXmlElementName()
Gets the name of the XML element. |
int |
hashCode()
Serves as a hash function for a particular type. |
protected static boolean |
isEqualTo(IndexedPropertyDefinition idxPropDef1,
IndexedPropertyDefinition idxPropDef2)
Determines whether two specified instances of IndexedPropertyDefinition are equal. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes the attributes to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ServiceObjectPropertyDefinition |
|---|
getUri, getVersion |
| Methods inherited from class microsoft.exchange.webservices.data.PropertyDefinitionBase |
|---|
toString, tryLoadFromXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected IndexedPropertyDefinition(String uri,
String index)
uri - The FieldURI attribute of the IndexedFieldURI element.index - The Index attribute of the IndexedFieldURI element.| Method Detail |
|---|
protected static boolean isEqualTo(IndexedPropertyDefinition idxPropDef1,
IndexedPropertyDefinition idxPropDef2)
idxPropDef1 - First indexed property definition.idxPropDef2 - Second indexed property definition.
public String getIndex()
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ServiceObjectPropertyDefinitionwriter - the writer
ServiceXmlSerializationException - the service xml serialization exceptionprotected String getXmlElementName()
getXmlElementName in class ServiceObjectPropertyDefinitionprotected String getPrintableName()
getPrintableName in class PropertyDefinitionBasepublic boolean equals(Object obj)
equals in class Objectobj - The
object to check for equality.
public int hashCode()
hashCode in class Objectpublic Class getType()
getType in class PropertyDefinitionBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||