|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
com.ptc.windchill.ws |
Uses of Property in com.ptc.windchill.ws |
Methods in com.ptc.windchill.ws that return Property | |
Property |
GenericBusinessObject.getProperties(int index)
Retrieves a Property object by index. |
Property[] |
GenericBusinessObject.getProperties()
Retrieves the entire list of Property objects. |
Property |
GenericBusinessObject.getPropertyObject(String name)
Gets a Property object by name. |
Property[] |
GenericBusinessObject.getPropertyObjects(String name)
Gets a list of Property objects by name. |
Methods in com.ptc.windchill.ws with parameters of type Property | |
void |
GenericBusinessObject.setProperties(int index,
Property property)
Sets a Property object by index. |
void |
GenericBusinessObject.setProperties(Property[] properties)
Sets the entire list of Property objects. |
void |
GenericBusinessObject.addProperty(Property property)
Adds a Property object to the list of this object's properties. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |