com.google.gdata.data
Class TextConstruct.Type
java.lang.Object
com.google.gdata.data.TextConstruct.Type
- Enclosing class:
- TextConstruct
public static class TextConstruct.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
TextConstruct.Type
public TextConstruct.Type()