com.ptc.windchill.structconf.properties
Class ServiceEntry

java.lang.Object
  extended bycom.ptc.windchill.structconf.properties.ServiceOrResourceEntry
      extended bycom.ptc.windchill.structconf.properties.ServiceEntry

class ServiceEntry
extends ServiceOrResourceEntry

Entry for .properties "service" entries that represent implementing classes (e.g. delegates) for specified interfaces or abstract classes.


Field Summary
private  String cardinality_
           
private  String serviceClass_
           
 
Fields inherited from class com.ptc.windchill.structconf.properties.ServiceOrResourceEntry
 
Constructor Summary
(package private) ServiceEntry(ServiceOrResourceEntryKey key, StringTokenizer st, String entry_value)
          Constructor to be used only by PropertiesToXconf.
 
Method Summary
 void adornElement(Element element)
          Append any necessary attributes to the supplied XML DOM element.
 
Methods inherited from class com.ptc.windchill.structconf.properties.ServiceOrResourceEntry
createServiceOrResourceEntryFrom, getKey, getOrderNumber, getRequestor, getSelector, propertyKeyLooksLikeServiceOrResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceClass_

private String serviceClass_

cardinality_

private String cardinality_
Constructor Detail

ServiceEntry

ServiceEntry(ServiceOrResourceEntryKey key,
             StringTokenizer st,
             String entry_value)
Constructor to be used only by PropertiesToXconf.

See Also:
PropertiesToXconf
Method Detail

adornElement

public void adornElement(Element element)
Description copied from class: ServiceOrResourceEntry
Append any necessary attributes to the supplied XML DOM element. Subclasses must call super.adornElement(Element) if they override this method.

Overrides:
adornElement in class ServiceOrResourceEntry