References > Creo Schematics 4.0 API Guide > The Design Package > Class PropertyValue
  
Class PropertyValue
This concrete class represents a property-value pair.
public class PropertyValue
extends Object
Hierarchical Diagram
Direct Known Subclasses
None
Fields
name
The name of the property.
public String name
value
The value of the property.
public Object value
Constructor
Constructs a PropertyValue with a property name and its value.
public PropertyValue(String name ,Object value)
Where:
name—The name of the property.
value—The value of the property.
Methods
None
Methods Inherited
The methods inherited from other classes are:
Class
Methods Inherited
java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait