com.ptc.windchill.uwgm.cadx.multirename
Class MultiRenameConstants

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.multirename.MultiRenameConstants

public class MultiRenameConstants
extends Object


Field Summary
static String AUTH_APP
           
static String GENERATE_AUTO_NUMBER
           
static String ICUBEDOCUMENT_ISINWORKSPACE
           
static String RENAME_AUTO_NUMBERED
           
static String SAME_AS_NUMBER
           
 
Constructor Summary
MultiRenameConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAME_AS_NUMBER

public static final String SAME_AS_NUMBER
See Also:
Constant Field Values

RENAME_AUTO_NUMBERED

public static final String RENAME_AUTO_NUMBERED
See Also:
Constant Field Values

AUTH_APP

public static final String AUTH_APP
See Also:
Constant Field Values

ICUBEDOCUMENT_ISINWORKSPACE

public static final String ICUBEDOCUMENT_ISINWORKSPACE
See Also:
Constant Field Values

GENERATE_AUTO_NUMBER

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

MultiRenameConstants

public MultiRenameConstants()