com.ptc.windchill.structconf
Class AddToProperty
java.lang.Object
com.ptc.windchill.structconf.StructConfManagerCommand
com.ptc.windchill.structconf.AddToProperty
- public class AddToProperty
- extends StructConfManagerCommand
Command to instruct the StructConfManager to add a value to the named multivalued property.
Constructor Summary |
AddToProperty(String property_name,
String property_value)
Create instance to add property_value to the ordered set
of values stored in the property property_name if the
value is not already in the set. |
Method Summary |
(package private) void |
execute()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyName_
private String propertyName_
propertyValue_
private String propertyValue_
AddToProperty
public AddToProperty(String property_name,
String property_value)
- Create instance to add
property_value
to the ordered set
of values stored in the property property_name
if the
value is not already in the set.
execute
void execute()
throws StructConfManagerException
- Specified by:
execute
in class StructConfManagerCommand
- Throws:
StructConfManagerException