com.ptc.wgmecad
Class CCAComponentFactory.CCAStructure

java.lang.Object
  extended bycom.ptc.wgmecad.CCAComponentFactory.CCAStructure
Enclosing class:
CCAComponentFactory

private static class CCAComponentFactory.CCAStructure
extends Object

this internal class is just a way to represent the class and description data


Field Summary
 String commandLineOption
           
 Class compClass
           
 String displayName
           
 
Constructor Summary
CCAComponentFactory.CCAStructure(String displayName, String commandLineOption, Class comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

public String displayName

commandLineOption

public String commandLineOption

compClass

public Class compClass
Constructor Detail

CCAComponentFactory.CCAStructure

public CCAComponentFactory.CCAStructure(String displayName,
                                        String commandLineOption,
                                        Class comp)