|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValue | |
|---|---|
| com.borland.sctm.ws.execution.entities | |
| Uses of PropertyValue in com.borland.sctm.ws.execution.entities |
|---|
| Methods in com.borland.sctm.ws.execution.entities that return PropertyValue | |
|---|---|
PropertyValue[] |
PropertyValue.getChildren()
Gets the children value for this PropertyValue. |
PropertyValue[] |
ExecutionNode.getPropertyValues()
Gets the propertyValues value for this ExecutionNode. |
| Methods in com.borland.sctm.ws.execution.entities with parameters of type PropertyValue | |
|---|---|
void |
PropertyValue.setChildren(PropertyValue[] children)
Sets the children value for this PropertyValue. |
void |
ExecutionNode.setPropertyValues(PropertyValue[] propertyValues)
Sets the propertyValues value for this ExecutionNode. |
| Constructors in com.borland.sctm.ws.execution.entities with parameters of type PropertyValue | |
|---|---|
ExecutionNode(int id,
int kind,
PropertyValue[] propertyValues)
|
|
PropertyValue(PropertyValue[] children,
int modifyCount,
java.lang.String name,
java.lang.String nodeID,
java.lang.String propertyID,
java.lang.String propertyTypeID,
int type,
java.lang.String value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||