Class Horde_SyncMl_PropertyParameter
The Horde_SyncMl_PropertyParameter class is used to define a single parameter of a property of a data item supported by the device.
The contents of a property parameter can be defined by an enumeration of valid values (ValEnum) or by a DataType/Size combination, or not at all.
Copyright 2005-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
		
		
		
		Package: SyncMl
Author: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/PropertyParameter.php
	
	Author: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/PropertyParameter.php
| 
			public  
			array
		 | $ValEnum The supported enumerated values of the content type property. | |
| 
			public  
			string
		 | $DataType The datatype of the content type property, e.g. 'chr', 'int', 'bool', etc. | |
| 
			public  
			integer
		 | $Size The size of the content type property in bytes. | |
| 
			public  
			string
		 | $DisplayName The display name of the content type property. |