com.ptc.windchill.cadx
Class NewEPMDocUrlLinkResource

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended bycom.ptc.windchill.cadx.NewEPMDocUrlLinkResource

public class NewEPMDocUrlLinkResource
extends ListResourceBundle

NewEPMDocUrlLinkResource message resource bundle [English/US] Usage notes: Last USED ID: 5 DO NOT REUSE IDS. If an message becomes obsolete, comment it out but do not create a new message with that id.


Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
(package private) static Object[][] contents
           
static String NAME_SEPARATOR
           
static String NEW_EPMDOCUMENT_ACTION_LINKS
           
static String NEW_EPMDOCUMENT_PROPPAGE_ACTIONS
           
static String NEW_EPMDOCUMENT_PROPPAGE_URL
           
static String NEW_EPMDOCUMENT_WSPAGE_ACTIONS
           
static String PAIR_SEPARATOR
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
NewEPMDocUrlLinkResource()
           
 
Method Summary
 Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_SEPARATOR

public static final String NAME_SEPARATOR
See Also:
Constant Field Values

PAIR_SEPARATOR

public static final String PAIR_SEPARATOR
See Also:
Constant Field Values

NEW_EPMDOCUMENT_PROPPAGE_URL

public static final String NEW_EPMDOCUMENT_PROPPAGE_URL
See Also:
Constant Field Values

NEW_EPMDOCUMENT_WSPAGE_ACTIONS

public static final String NEW_EPMDOCUMENT_WSPAGE_ACTIONS
See Also:
Constant Field Values

NEW_EPMDOCUMENT_PROPPAGE_ACTIONS

public static final String NEW_EPMDOCUMENT_PROPPAGE_ACTIONS
See Also:
Constant Field Values

NEW_EPMDOCUMENT_ACTION_LINKS

public static final String NEW_EPMDOCUMENT_ACTION_LINKS
See Also:
Constant Field Values

contents

static final Object[][] contents
Constructor Detail

NewEPMDocUrlLinkResource

public NewEPMDocUrlLinkResource()
Method Detail

getContents

public Object[][] getContents()