com.plumtree.server
Class PT_MARKUP_ARRAY_COLS

java.lang.Object
  extended by com.plumtree.server.PT_MARKUP_ARRAY_COLS

public final class PT_MARKUP_ARRAY_COLS
extends java.lang.Object

Defines the columns of the array of markup fragments returned by a web service, including finished markup and unfinished portions that require further processing.

Author:
JosephS
See Also:
IPTMyPortalGadgetContent.GetContent(int)

Field Summary
static int PT_MARKUP_ARRAY_COLS_FRAGMENT
          The fragment.
static int PT_MARKUP_ARRAY_COLS_TYPE
          The type of fragment, see PT_MARKUP_FRAGMENT_TYPES.
static int PT_MARKUP_ARRAY_NUM_COLS
          The number of columns in the array.
 
Constructor Summary
PT_MARKUP_ARRAY_COLS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_MARKUP_ARRAY_COLS_TYPE

public static final int PT_MARKUP_ARRAY_COLS_TYPE
The type of fragment, see PT_MARKUP_FRAGMENT_TYPES.

See Also:
Constant Field Values

PT_MARKUP_ARRAY_COLS_FRAGMENT

public static final int PT_MARKUP_ARRAY_COLS_FRAGMENT
The fragment. The format depends on the type.

See Also:
Constant Field Values

PT_MARKUP_ARRAY_NUM_COLS

public static final int PT_MARKUP_ARRAY_NUM_COLS
The number of columns in the array.

See Also:
Constant Field Values
Constructor Detail

PT_MARKUP_ARRAY_COLS

public PT_MARKUP_ARRAY_COLS()