com.ptc.windchill.tools
Class XMLDescriptorGenerator.Package

java.lang.Object
  extended bycom.ptc.windchill.tools.XMLDescriptorGenerator.Unit
      extended bycom.ptc.windchill.tools.XMLDescriptorGenerator.Package
Enclosing class:
XMLDescriptorGenerator

class XMLDescriptorGenerator.Package
extends XMLDescriptorGenerator.Unit


Field Summary
protected  PackagingCategory category
           
protected  ArrayList class_deps
           
protected  ArrayList dependencies
           
protected  ArrayList member_classes
           
protected  boolean modeled
           
protected  String module_name
           
protected  String owner_name
           
protected  ArrayList package_deps
           
protected  HashMap properties
           
protected  boolean specification
           
protected  String title
           
protected  String unit_name
           
protected  String vendor
           
protected  String version
           
 
Constructor Summary
protected XMLDescriptorGenerator.Package(String name, Properties model_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

member_classes

protected ArrayList member_classes

package_deps

protected ArrayList package_deps

class_deps

protected ArrayList class_deps

modeled

protected boolean modeled

module_name

protected String module_name

owner_name

protected String owner_name

unit_name

protected String unit_name

specification

protected boolean specification

category

protected PackagingCategory category

title

protected String title

version

protected String version

vendor

protected String vendor

properties

protected HashMap properties

dependencies

protected ArrayList dependencies
Constructor Detail

XMLDescriptorGenerator.Package

protected XMLDescriptorGenerator.Package(String name,
                                         Properties model_data)
                                  throws WTPropertyVetoException