davmail.exchange.ews
Class Option
java.lang.Object
davmail.exchange.ews.Option
- Direct Known Subclasses:
- AttributeOption, ElementOption, FolderId
public abstract class Option
- extends Object
Generic option.
|
Method Summary |
abstract void |
write(Writer writer)
Write XML content to writer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
value
protected final String value
Option
protected Option(String name,
String value)
write
public abstract void write(Writer writer)
throws IOException
- Write XML content to writer.
- Parameters:
writer - writer
- Throws:
IOException - on error
Copyright © 2001-2013 MickaĆ«l Guessant. All Rights Reserved.