com.ptc.windchill.tools
Class XMLDescriptorGenerator.Module

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

class XMLDescriptorGenerator.Module
extends XMLDescriptorGenerator.Subsystem


Field Summary
protected  PackagingCategory category
           
protected  boolean customizable
           
protected  ArrayList dependencies
           
protected  boolean globalDependent
           
protected  String jars
           
protected  ArrayList member_packages
           
protected  ArrayList member_subsystems
           
protected  String module_name
           
protected  String owner_name
           
protected  HashMap properties
           
protected  boolean specification
           
protected  boolean test
           
protected  boolean third_party
           
protected  String title
           
protected  String unit_name
           
protected  String vendor
           
protected  String version
           
 
Constructor Summary
protected XMLDescriptorGenerator.Module(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

customizable

protected boolean customizable

third_party

protected boolean third_party

test

protected boolean test

globalDependent

protected boolean globalDependent

member_packages

protected ArrayList member_packages

member_subsystems

protected ArrayList member_subsystems

jars

protected String jars

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.Module

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