com.ptc.windchill.structconf
Class DescribeProperty

java.lang.Object
  extended bycom.ptc.windchill.structconf.StructConfManagerCommand
      extended bycom.ptc.windchill.structconf.DescribeProperty

public class DescribeProperty
extends StructConfManagerCommand

Command to instruct the StructConfManager to describe the named property on the command line.


Field Summary
private  String propertyName_
           
 
Fields inherited from class com.ptc.windchill.structconf.StructConfManagerCommand
 
Constructor Summary
DescribeProperty(String property_name)
           
 
Method Summary
(package private)  void execute()
           
 
Methods inherited from class com.ptc.windchill.structconf.StructConfManagerCommand
execute, getCollector, getDeclarativeUpdater, getManager, getSiteUpdater, getUpdater, getUpdater, requiresSaveImmediatelyAfter, setRequiresSaveImmediatelyAfter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName_

private String propertyName_
Constructor Detail

DescribeProperty

public DescribeProperty(String property_name)
Method Detail

execute

void execute()
       throws StructConfManagerException
Specified by:
execute in class StructConfManagerCommand
Throws:
StructConfManagerException