com.plumtree.server
Class PT_EDIT_ACTIVITY_COLUMNS

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

public final class PT_EDIT_ACTIVITY_COLUMNS
extends java.lang.Object

Identities of columns used in edit activities. Two-dimensional arrays are used for all edit actions; this enum is used to identify the columns used int he key-value pair arrays

Version:
1.0
Author:
DavidP

Field Summary
static int PT_EDIT_ACTIVITY_INVALID
          only two columns allowed
static int PT_EDIT_ACTIVITY_PROP_NAME
          property name
static int PT_EDIT_ACTIVITY_PROP_VALUE
          property value
 
Constructor Summary
PT_EDIT_ACTIVITY_COLUMNS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_EDIT_ACTIVITY_PROP_NAME

public static final int PT_EDIT_ACTIVITY_PROP_NAME
property name

See Also:
Constant Field Values

PT_EDIT_ACTIVITY_PROP_VALUE

public static final int PT_EDIT_ACTIVITY_PROP_VALUE
property value

See Also:
Constant Field Values

PT_EDIT_ACTIVITY_INVALID

public static final int PT_EDIT_ACTIVITY_INVALID
only two columns allowed

See Also:
Constant Field Values
Constructor Detail

PT_EDIT_ACTIVITY_COLUMNS

public PT_EDIT_ACTIVITY_COLUMNS()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.