com.ptc.windchill.cadx.editattrs
Class AttributeDefInfoJS

java.lang.Object
  extended bycom.ptc.windchill.cadx.editattrs.AttributeDefInfoJS

public class AttributeDefInfoJS
extends Object


Field Summary
static String JS_OBJ_DOUBLE_QUOTE
           
static String JS_OBJ_EPMDOC_ATTR_DEF_INFO
           
static String JS_OBJ_EPMDOC_ATTR_ROW
           
static String JS_OBJ_LN
           
static String JS_OBJ_NEW
           
static String JS_OBJ_NEW_ARRAY
           
static String JS_OBJ_SEMICOLON
           
static String JS_OBJ_SINGLE_QUOTE
           
 
Constructor Summary
AttributeDefInfoJS()
           
 
Method Summary
static StringBuffer addAttrDefRowBuffer(StringBuffer attrDefRowInProgress, String variable)
           
static String appendAttrDefRow(String attrDefInfoInProgress, String attrDefRow)
           
static String createAttributeDefInfoRow(String attrName, String proAttrName, String attrLocalType, String attrType, String displayUnits)
           
static String finalizeAttributeDefInfoBuffer(String attrDefInfoInProgress)
           
static String initAttributeDefInfoBuffer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JS_OBJ_EPMDOC_ATTR_ROW

public static final String JS_OBJ_EPMDOC_ATTR_ROW
See Also:
Constant Field Values

JS_OBJ_NEW

public static final String JS_OBJ_NEW
See Also:
Constant Field Values

JS_OBJ_NEW_ARRAY

public static final String JS_OBJ_NEW_ARRAY
See Also:
Constant Field Values

JS_OBJ_EPMDOC_ATTR_DEF_INFO

public static final String JS_OBJ_EPMDOC_ATTR_DEF_INFO
See Also:
Constant Field Values

JS_OBJ_LN

public static final String JS_OBJ_LN
See Also:
Constant Field Values

JS_OBJ_SINGLE_QUOTE

public static final String JS_OBJ_SINGLE_QUOTE
See Also:
Constant Field Values

JS_OBJ_DOUBLE_QUOTE

public static final String JS_OBJ_DOUBLE_QUOTE
See Also:
Constant Field Values

JS_OBJ_SEMICOLON

public static final String JS_OBJ_SEMICOLON
See Also:
Constant Field Values
Constructor Detail

AttributeDefInfoJS

public AttributeDefInfoJS()
Method Detail

createAttributeDefInfoRow

public static String createAttributeDefInfoRow(String attrName,
                                               String proAttrName,
                                               String attrLocalType,
                                               String attrType,
                                               String displayUnits)

addAttrDefRowBuffer

public static StringBuffer addAttrDefRowBuffer(StringBuffer attrDefRowInProgress,
                                               String variable)

initAttributeDefInfoBuffer

public static String initAttributeDefInfoBuffer()

appendAttrDefRow

public static String appendAttrDefRow(String attrDefInfoInProgress,
                                      String attrDefRow)

finalizeAttributeDefInfoBuffer

public static String finalizeAttributeDefInfoBuffer(String attrDefInfoInProgress)