|
||||||||
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(java.lang.String uri,
java.lang.String index)
Initializes a new instance of the IndexedPropertyDefinition class. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether a given indexed property definition is equal to this indexed property definition. |
java.lang.String |
getIndex()
Gets the index of the property. |
protected java.lang.String |
getPrintableName()
Gets the property definition's printable name. |
java.lang.Class |
getType()
Gets the property type. |
protected java.lang.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(java.lang.String uri, java.lang.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 java.lang.String getIndex()
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class ServiceObjectPropertyDefinition
writer
- the writer
ServiceXmlSerializationException
- the service xml serialization exceptionprotected java.lang.String getXmlElementName()
getXmlElementName
in class ServiceObjectPropertyDefinition
protected java.lang.String getPrintableName()
getPrintableName
in class PropertyDefinitionBase
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The
object to check for equality.
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Class getType()
getType
in class PropertyDefinitionBase
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |