properties

Description

A type that allows Properties to be defined.

Example

Defining a single property.

 <variables id="vars">
   <props>
     <properties>
      <values>
       <property name="snack.fruit" value="apple"/>
      </values>
     </properties>
   <props/>
 </variables>
 


(c) Rob Gordon 2005 - 2009