public final class TaskDelegationStatePropertyDefinition extends GenericPropertyDefinition<TaskDelegationState>
Modifier and Type | Class and Description |
---|---|
static class |
TaskDelegationStatePropertyDefinition.Status
The Enum Status.
|
Constructor and Description |
---|
TaskDelegationStatePropertyDefinition(String xmlElementName,
String uri,
EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version)
Initializes a new instance of the "TaskDelegationStatePropertyDefinition"
class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isNullable()
Gets a value indicating whether this property definition is for a
nullable type.
|
void |
loadPropertyValueFromXml(EwsServiceXmlReader reader,
PropertyBag propertyBag)
Loads from XML.
|
protected TaskDelegationState |
parse(String value)
Parses the specified value.
|
protected String |
toString(TaskDelegationState value)
Convert instance to string.
|
void |
writePropertyValueToXml(EwsServiceXmlWriter writer,
PropertyBag propertyBag,
boolean isUpdateOperation)
Writes the property value to XML.
|
getType
getAssociatedInternalProperties, getName, getPrintableName, getVersion, getXmlElement, hasFlag, hasFlag, registerAssociatedInternalProperties, setName
getUri, getXmlElementName, writeAttributesToXml
toString, tryLoadFromXml, writeToXml
public TaskDelegationStatePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
xmlElementName
- Name of the XML element.uri
- The URI.flags
- The flags.version
- The version.protected TaskDelegationState parse(String value)
parse
in class GenericPropertyDefinition<TaskDelegationState>
value
- The value.protected String toString(TaskDelegationState value)
value
- The value.public boolean isNullable()
isNullable
in class PropertyDefinition
public void loadPropertyValueFromXml(EwsServiceXmlReader reader, PropertyBag propertyBag) throws Exception
loadPropertyValueFromXml
in class PropertyDefinition
reader
- The reader.propertyBag
- The property bag.Exception
- the exceptionpublic void writePropertyValueToXml(EwsServiceXmlWriter writer, PropertyBag propertyBag, boolean isUpdateOperation) throws XMLStreamException, ServiceLocalException
writePropertyValueToXml
in class PropertyDefinition
writer
- The writer.propertyBag
- The property bag.isUpdateOperation
- Indicates whether the context is an update operation.XMLStreamException
- the XML stream exceptionServiceLocalException
- the service local exceptionCopyright © 2012–2015 Microsoft. All rights reserved.