public static class

ITextConstruct.Type

extends Object
java.lang.Object
   ↳ com.google.gdata.data.ITextConstruct.Type

Class Overview

Defines the possible text construct types: TEXT, HTML, and XHTML.

Summary

Constants
int HTML
int TEXT
int XHTML
Public Constructors
ITextConstruct.Type()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HTML

Constant Value: 2 (0x00000002)

public static final int TEXT

Constant Value: 1 (0x00000001)

public static final int XHTML

Constant Value: 3 (0x00000003)

Public Constructors

public ITextConstruct.Type ()