davmail.exchange.ews
Class Option

java.lang.Object
  extended by davmail.exchange.ews.Option
Direct Known Subclasses:
AttributeOption, ElementOption, FolderId

public abstract class Option
extends Object

Generic option.


Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
protected Option(String name, String value)
           
 
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
 

Field Detail

name

protected final String name

value

protected final String value
Constructor Detail

Option

protected Option(String name,
                 String value)
Method Detail

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.