com.google.gdata.data
Class ITextConstruct.Type
java.lang.Object
com.google.gdata.data.ITextConstruct.Type
- Enclosing interface:
- ITextConstruct
public static class ITextConstruct.Type
- extends java.lang.Object
Defines the possible text construct types: TEXT, HTML, and XHTML.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
HTML
public static final int HTML
- See Also:
- Constant Field Values
XHTML
public static final int XHTML
- See Also:
- Constant Field Values
ITextConstruct.Type
public ITextConstruct.Type()