Uses of Class
com.ptc.windchill.structconf.xconf.PropertyDocumentation

Packages that use PropertyDocumentation
com.ptc.windchill.structconf Tools for manipulating declarative and site xconf settings, propagating xconfs into property files, updating property documentation, and locating property specifications in xconf files. 
com.ptc.windchill.structconf.xconf Parser for xconf files. 
 

Uses of PropertyDocumentation in com.ptc.windchill.structconf
 

Fields in com.ptc.windchill.structconf declared as PropertyDocumentation
private  PropertyDocumentation PropertyInfo.documentation_
           
 

Methods in com.ptc.windchill.structconf that return PropertyDocumentation
 PropertyDocumentation PropertyInfo.getDocumentation()
           
 

Methods in com.ptc.windchill.structconf with parameters of type PropertyDocumentation
 void TargetFileContentsCollector.CollectingXconfHandler.propertyDeclared(XconfParser parser, String property_name, String default_value, boolean overridable, String multivalued_delimiter, PropertyDocumentation docs)
           
(package private)  void PropertyInfo.setDocumentation(PropertyDocumentation documentation)
           
 

Uses of PropertyDocumentation in com.ptc.windchill.structconf.xconf
 

Fields in com.ptc.windchill.structconf.xconf declared as PropertyDocumentation
private  PropertyDocumentation XconfParser.Handler.currentPropertyDocumentation_
           
 

Methods in com.ptc.windchill.structconf.xconf that return PropertyDocumentation
private  PropertyDocumentation XconfParser.Handler.getCurrentPropertyDocumentation()
           
 

Methods in com.ptc.windchill.structconf.xconf with parameters of type PropertyDocumentation
 void XconfHandler.propertyDeclared(XconfParser parser, String property_name, String default_value, boolean overridable, String multivalued_delimiter, PropertyDocumentation documentation)
           
 void DefaultXconfHandler.propertyDeclared(XconfParser parser, String property_name, String default_value, boolean overridable, String multivalued_delimiter, PropertyDocumentation documentation)