com.ptc.windchill.structconf.properties
Class ServiceEntry
java.lang.Object
com.ptc.windchill.structconf.properties.ServiceOrResourceEntry
com.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.
Method Summary |
void |
adornElement(Element element)
Append any necessary attributes to the supplied XML DOM element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceClass_
private String serviceClass_
cardinality_
private String cardinality_
ServiceEntry
ServiceEntry(ServiceOrResourceEntryKey key,
StringTokenizer st,
String entry_value)
- Constructor to be used only by PropertiesToXconf.
- See Also:
PropertiesToXconf
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