com.ptc.windchill.cadx.caddoc
Class CADDocAttributeJs
java.lang.Object
com.ptc.windchill.cadx.caddoc.CADDocAttributeJs
- public class CADDocAttributeJs
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JS_OBJ_CADDOC_ATTR_ROW
public static final String JS_OBJ_CADDOC_ATTR_ROW
- See Also:
- Constant Field Values
JS_OBJ_CADDOC_TITLE_ROW
public static final String JS_OBJ_CADDOC_TITLE_ROW
- See Also:
- Constant Field Values
JS_OBJ_WC_CODEBASE
public static final String JS_OBJ_WC_CODEBASE
- 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_CADDOC_ATTR_SERVER_TABLE
public static final String JS_OBJ_CADDOC_ATTR_SERVER_TABLE
- See Also:
- Constant Field Values
JS_OBJ_CADDOC_ATTR_TITLE_TABLE
public static final String JS_OBJ_CADDOC_ATTR_TITLE_TABLE
- 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
CADDocAttributeJs
public CADDocAttributeJs()
createCADDocAttributeRow
public static String createCADDocAttributeRow(String objName,
String objValue,
String objContext)
addCADDocAttributeRowBuffer
private static StringBuffer addCADDocAttributeRowBuffer(StringBuffer cadDocRowInProgress,
String variable)
initCADDocAttributeTableBuffer
public static String initCADDocAttributeTableBuffer(String codebase)
appendCADDocAttributeRow
public static String appendCADDocAttributeRow(String cadDocTableInProgress,
String cadDocRow)
finalizeCADDocAttributeTableBuffer
public static String finalizeCADDocAttributeTableBuffer(String cadDocTableInProgress)
createCADDocAttributeTitleRow
public static String createCADDocAttributeTitleRow(String titleName,
String titleValue,
String titleType)
initCADDocAttributeTitleTableBuffer
public static String initCADDocAttributeTitleTableBuffer()